srotya / sidewinder

Fast and scalable timeseries database
http://sidewinder.srotya.com
Apache License 2.0
25 stars 9 forks source link

Add Downsampling Support as a separate feature #137

Open ambud opened 5 years ago

ambud commented 5 years ago

Downsampling is currently performed via windowed aggregation function rather than a separate feature which is supported in other open source timeseries databases.

Additionally Sidewinder doesn't perform automated downsampling therefore sending full-resolution data to clients which causes substantial memory usage due to buffering. This is should be fixed as well to help improve query performance.