You can scale either. With cloud computing and clusters the number of queries isn't the bottleneck. It's all about how your data is stored to be efficiently queried (indexing), how you're utilizing caching, and what kind of operations are being done in the db server. There's also a concern for how your application is built, optimized, and clustered itself since no db is an island. :)