~400 queries over the last few hours, all reporting served by primary. Query is a SELECT.
~400 queries over the last few hours, all reporting served by primary. Query is a SELECT.


Original question: This might be a dumb question if a 1000 users try to write to the database at the same time or make a query it won’t fault correct.
hash(id) % N to get the DB to use. And then do the normal thing you would do using that DB.we are scared of the 10GB limit more we might not reach it until after two years




CREATE, INSERT, and DELETE requests, correct? If so, it would've helped assure me that READ would not be blocked during an export (if that's true). Thanks