You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/13 08:22:28 UTC

[GitHub] [superset] villebro commented on issue #15169: Your dashboard is too large. Please reduce the size before save it.

villebro commented on issue #15169:
URL: https://github.com/apache/superset/issues/15169#issuecomment-1011902952


   @Kingflyinger FYI, you can modify that parameter in your `superset_config.py`. The default value is set based on the maximum size of the `TEXT` column type in an old MySQL version: https://stackoverflow.com/questions/6766781/maximum-length-for-mysql-type-text#:~:text=TEXT%20is%20a%20string%20data,maximum%20length%20of%204%2C294%2C967%2C295%20characters. For Postgres or a newer version of MySQL I believe this is around 1Gb, so you can safely add a few zeros to the current default value which is 65535.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org