pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
PR to add support for "SHOW TABLES" and "DESCRIBE table" queries. Current status: - [x] SHOW TABLES - [x] DESCRIBE table
When the security protocol of kafka is SASL_PLAINTEXT, if I use SASL_SSL to create a realtime table, the log of fetch topic timeout will appear instead of the log of...
I notice that the postingListMap is changed from hashMap to TreeMap in this PR: https://github.com/apache/pinot/pull/12568 jsonMatch performs a point search on the _postingListMap wheras jsonExtractIndex perform a prefix search on...
use EqualsVerifier library to verify equals method https://jqno.nl/equalsverifier/
1. The current description of the API `@Path("/tasks/subtask/{taskName}/config")` is minimal and doesn't capture all the actions performed by the API. 2. Improve the API description and capture how the API...
Do Not Merge. I am evaluating Netty 4.2.x https://netty.io/news/2024/07/03/4-2-0-Alpha2.html
### Problem statement In #12037, we added support for removing deleted keys and the validDocId for the deleted records after a TTL window. This ensured that deleted records would eventually...
**Labels** - `dependencies` **Description** - As per the [issue](https://github.com/apache/pinot/issues/13472), upgrading the helix dependency to `1.4.0`
This PR allows for better freshness/cpu/disk io usage for realtime Lucene text index. User facing changes: 1. Add config `pinot.server.lucene.min.refresh.interval.ms` (default is 10, as 10ms was the previous behavior) 2....