iilyak commented on a change in pull request #3127:
URL: https://github.com/apache/couchdb/pull/3127#discussion_r488626424



##########
File path: rel/overlay/etc/default.ini
##########
@@ -312,6 +312,14 @@ iterations = 10 ; iterations for password hashing
 ;
 ; The maximum allowed value size emitted from a view for a document (in bytes)
 ;value_size_limit = 64000
+;
+; Batch size sensing parameters
+; batch_initial_size = 100 ; Initial batch size in number of documents
+; batch_search_increment = 500 ; Size change when searching for the threshold
+; batch_sense_increment = 100 ; Size change increment after hitting a threshold
+; batch_max_tx_size = 9000000 ; Maximum transaction size in bytes

Review comment:
       Should we name it `batch_max_tx_size_bytes` to make it clear that units 
are different compared to `batch_initial_size`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to