filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

feat(core): Add Scala side of Tantivy query support #1843

Closed rfairfax closed 1 month ago

rfairfax commented 1 month ago

This contains the Scala side of query support. This completes the basic end to end flow, so it also includes regression and performance tests.

There will be some small cleanup PRs after this for things like additional metrics, but with this PR the Tantivy index can be successfully activated via config.

Pull Request checklist

New behavior :

Adds query logic to call into Rust code and tests