xpowerman opened a new issue #374: placement overrides n when creating a 
database
URL: https://github.com/apache/couchdb-documentation/issues/374
 
 
   <!--- Provide a general summary of the issue in the Title above -->
   
   Hi! I try to set n parameter per database creation, like I read in 
"12.4.1.1. Shards and Replicas" article. 
   
   > These settings can be modified to set sharding defaults for all databases, 
or they can be set on a per-database basis by specifying the q and n query 
parameters when the database is created. For example:
   > 
   > $ curl -X PUT "$COUCH_URL:5984/database-name?q=4&n=2"
   > That creates a database that is split into 4 shards and 2 replicas, 
yielding 8 shard replicas distributed throughout the cluster.
   > 
   
   But n parameter was not changed(not overrides local.ini settings). After 
executing such request, only q parameter was changed.
   
   Is it a mistake or incomplete information in documentation? 

----------------------------------------------------------------
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