pipelinedb / pipelinedb

High-performance time-series aggregation for PostgreSQL
https://www.pipelinedb.com
Apache License 2.0
2.64k stars 242 forks source link

Uncombine hot path for sliding window output streams #1484

Open usmanm opened 8 years ago

usmanm commented 8 years ago

This can happen for all invertible aggregates

Also LRU cache for groups in memory

derekjn commented 8 years ago

We need an uncombine function that recomputes a SW value's instantaneous result without executing an entire query plan.