Hi @JKotha
It’s a difficult question to answer. It depends on how Metabase is used, if you have cache, how fast queries completes, and multiple other things. The best solution is to start low and then scale up.
- What does that mean? That there will be 50 queries running actively at any time? That must mean you have thousands of users or long-running-queries.
- Are you returning 1 GigaByte of data in every query? That doesn’t sound correct.
- You should probably run multiple instances in horizontal scaling, sharing the same application database, so the users can be load balanced.