janl commented on issue #851: Max number of databases 
URL: https://github.com/apache/couchdb/issues/851#issuecomment-333144845
 
 
   A million dbs on a single cluster could become daunting eventually, but 
db-per-user allows you to horizontally scale things, so every 100k or so users 
can live on their own cluster, e.g. with a little but of HTTP routing magic in 
front.
   
   Make sure to use q=1 for per-user-dbs, otherwise you?ll run out of resources 
within a single cluster too quickly.
   
   All this assuming you do not have millions of users just yet, and are 
ramping up over time.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to