[Solved] Strategies for large amount of db queries for single page request [closed]
There’s no real hard limit. It will all depend on a number of factors; including the profile of your db traffic, the resources available to your db, your db architecture (replicated/distributed etc), your schema, your app design, network connectivity, your user’s expectations. The best thing to do would be to have an idea of what … Read more