wohali opened a new issue #1531: Improve time series data storage options URL: https://github.com/apache/couchdb/issues/1531 Originally: "Telemetry db rollups" @chewbranca: > Storing time series data in CouchDB can incur a lot of overhead when each data point is stored in a doc. One common approach to solving this problem is rolling up data, for instance, if you're storing a doc with metrics data every minute, you could roll up the docs for each minute into a single doc, then do the same for hours, or days, or etc. Right now this is a manual process that needs to be done in the app layer, rather than a core feature of the database. Might be something a PSE could deal with?
---------------------------------------------------------------- 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
