pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
This JIRA tracks building a mechanism for identifying and computing the indicative cost of a query, based on parameters such as query complexity and data statistics (cardinality, selectivity etc). The...
https://docs.amazonaws.cn/en_us/sdk-for-java/v1/developer-guide/examples-crypto-masterkey.html To use client side encryption, you can specify either * `kmsCmkId` which contains the id of the KMS key as the value * `aesHexSecret` which contains a custom generated...
Currently, Pinot cannot perform batch ingestion from a [delta](https://delta.io/) table. It would be an excellent feature since the project is open-sourced and has many users. We can build a new...
Motivation: - Offline segment generation and real-time in-memory consuming to on-disk committed segment conversion are very similar process, and they are both achieved by the same segment creation engine. We...
Instructions: 1. The PR has to be tagged with at least one of the following labels (*): 1. `feature` 2. `bugfix` 3. `performance` 4. `ui` 5. `backward-incompat` 6. `release-notes` (**)...
E.g. `SELECT SUM(a) AS a WHERE a > 10` will throw exception because it will be rewritten to `SELECT SUM(a) AS a WHERE SUM(A) > 10` Also, seems alias is...
Segment construction is typically a heap memory intensive operation and there are opportunities to improve the same. This issue tracks the effort. cc @Jackie-Jiang
Semantic of [ANY_VALUE](https://docs.snowflake.com/en/sql-reference/functions/any_value.html)
This adds support for distinct count hll pre-aggregation. It introduces a new property on the fieldSpec, fixedLength in bytes so that BYTES data type can be treated as fixed length...
Currently, the star-tree index can not be used with multi-valued dimensional columns. The problem with supporting multi-valued columns in the split order of the star-tree index is that the behaviour...