SinanGabel commented on issue #1531:
URL: https://github.com/apache/couchdb/issues/1531#issuecomment-679969555


   If the doc becomes large let us say 1 GB or more then it could make sense to 
handle that big doc in a special way such that new data is appended in a way 
that does not require the whole 1 GB to be read in and written again. 
   
   [A perhaps "crazy" idea could be to utilize (allow as an option in 
configuration) some existing database to handle documents that become big e.g. 
sqlite3 that includes the whole database in a single file and allows up to 140 
terra bytes of data.] 


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