You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite works well for smaller workspaces but doesn't scale very well for large workspaces. The sqlite file does grow quite large and queries take a considerable amount of time to complete. Offering the option to use MySQL instead of sqlite would add scalability.
The text was updated successfully, but these errors were encountered:
sqlite works well for smaller workspaces but doesn't scale very well for large workspaces. The sqlite file does grow quite large and queries take a considerable amount of time to complete. Offering the option to use MySQL instead of sqlite would add scalability.
The text was updated successfully, but these errors were encountered: