Teaching Postgres to Facet Like Elasticsearch(paradedb.com)
paradedb.com
Teaching Postgres to Facet Like Elasticsearch
https://www.paradedb.com/blog/faceting
3 comments
Hi, tantivy dev here.
There are two recent performance improvements in tantivy, which should make term aggregations considerable faster.
https://github.com/quickwit-oss/tantivy/pull/2740 https://github.com/quickwit-oss/tantivy/pull/2759
https://github.com/quickwit-oss/tantivy/pull/2740 https://github.com/quickwit-oss/tantivy/pull/2759
Yes, thank you for your hard work! We rebased recently, and we'll likely talk about those improvements as part of our `0.21.x` release.
You get the same faceting features you'd expect from a dedicated search engine while maintaining full ACID compliance. Happy to answer technical questions about the implementation!