dpgaspar commented on code in PR #23794: URL: https://github.com/apache/superset/pull/23794#discussion_r1177882333
########## docs/docs/installation/configuring-superset.mdx: ########## @@ -71,9 +71,11 @@ WTF_CSRF_EXEMPT_LIST = [‘’] ### Using a production metastore -By default Superset is configured to use SQLite, it's a simple and fast way to get you started -(no installation needed). But for production environments you should use a different database engine on -a separate host or container. +By default, Superset is configured to use SQLite, which is a simple and fast way to get started +(without requiring any installation). However, for production environments, +using SQLite is highly discouraged due to security, scalability, and data integrity reasons. +It's important to use only the supported database engines and consider using a different +database engine on a separate host or container. Review Comment: shorter but seems a bit confusing to say "another supported database engine on a separate host" -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
