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 2020/08/25 11:32:14 UTC

[GitHub] [couchdb] SinanGabel commented on issue #1531: Improve time series data storage options

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