davisp opened a new pull request #1842: Implement partition size limits
URL: https://github.com/apache/couchdb/pull/1842
 
 
   ## Overview
   
   This implements configurable size limits for partitions (which are not yet 
merged). This is a separate PR due to the complexity involved.
   
   The point of enforcing limits is so that users don't accidentally footgun 
themselves by trying to store an entire db using a single partition key. It can 
be disabled by setting the limit to 0.
   
   ## Testing recommendations
   
   `make check`
   `make elixir`
   
   ## Related Issues or Pull Requests
   
   #1789
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

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