This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch winedepot-0.10 in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit d6de05d0bb9a13f0f5906715965968cb3e5d275a Author: The Alchemist <[email protected]> AuthorDate: Wed Aug 14 18:45:59 2019 -0400 brag about Star-Tree Index support (#4530) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef119fa..6b285a6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Looking for the ThirdEye anomaly detection and root-cause analysis platform? Che ## Key Features - A column-oriented database with various compression schemes such as Run Length, Fixed Bit Length -- Pluggable indexing technologies - Sorted Index, Bitmap Index, Inverted Index +- Pluggable indexing technologies - Sorted Index, Bitmap Index, Inverted Index, Star-Tree Index - Ability to optimize query/execution plan based on query and segment metadata - Near real time ingestion from Kafka and batch ingestion from Hadoop - SQL like language that supports _selection, aggregation, filtering, group by, order by, distinct_ queries on fact data --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
