Hi! I finished independently-hosted Docker setup for Redash V10, and used the migration scripts to migrate off of redash.io.
I am trying to understand query & database limits in this independently-hosted world. Excuse me as I am new to Docker. Are there no more limits on number of queries & dashboards? Where is DB size configured, and how can we identify whether the DB size is approaching its limit?
Thank you so much for all of your patience and help as our organization navigates the self-hosting and migration process! This community has been great.
I believe Docker always imposes a limit. It’s just a question of your system setting. Redash doesn’t control this at all. This is more of a docker question than a Redash question
That’s fair, thanks Jesse. On a related note, what does the archiving function do in the context of helping internal postgres data size? Does it help to archive unused queries since the query results no longer need to be saved/cached?