You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/04/04 21:09:23 UTC

[GitHub] [couchdb-documentation] kocolosk commented on issue #397: Add latest RFC draft for FDB revision storage

kocolosk commented on issue #397: Add latest RFC draft for FDB revision storage
URL: https://github.com/apache/couchdb-documentation/pull/397#issuecomment-480064733
 
 
   > Given that the RFC calls out storing revision branches separately since we can exceed FDB transaction limits this seems like a bit of an issue
   
   I was worried more about the 100K value size limit than the 10M transaction limit.
   
   But OK, we could theoretically have a pathological case where the rev tree grows that large. Two points:
   
   1) It turns out that FDB doesn’t actually care about the size of the values returned; all it cares about for the 10M limit is the size of the transaction being committed, which I certainly hope is smaller :)
   
   2) If push comes to shove, we can always split a replicated edit into multiple transactions without breaking any contract in our API.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services