chronix.spark icon indicating copy to clipboard operation
chronix.spark copied to clipboard

Implement solr query abstraction & transparent predicate pushdown

Open adersberger opened this issue 8 years ago • 0 comments

  • Solr query abstraction like in the AIR project (maybe reuse this)
  • Provide a builder to create time series specific solr queries including the Chronix-specific Solr extensions
  • Modify the basic RDD aggregations (min, max, ...) to delegate to Solr aggregations (enhanced predicate pushdown)
  • Add the ability for MetricTimeSeries / TimeSeries to carry pre-aggregated values additional to a time series e.g. min/max/avg

adersberger avatar Apr 18 '16 09:04 adersberger