pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Apache Pinot - A realtime distributed OLAP datastore

Results 570 pinot issues
Sort by recently updated
recently updated
newest added

This PR is part of the work to support multi-datadir for Pinot server as tracked by https://github.com/apache/pinot/issues/8843. Following up https://github.com/apache/pinot/pull/9598 and https://github.com/apache/pinot/pull/9306, this one has extended TableRebalancer to find out...

feature
release-notes

Instructions: 1. The PR has to be tagged with at least one of the following labels (*): `performance` 2. Purpose for this pull request: We found a performance issue from...

Hello everyone, I'm creating an issue to track the design discussion of the desired behavior for a date time type that contains time zone information. I conducted a survey of...

Design Review
PEP-Request

As of today, the JSON index is an inverted index and can't be further configured by the user via schema settings. It would be very powerful to support the ability...

Some of the commands don't print help properly due to the use of a deprecated `help` annotation. This PT attempts to clean-up some of the commands launched by `PinotToolLauncher`. Labels:...

cleanup

Introduces record availability lag for realtime connectors via the rest apis - `consumingSegmentsInfo` and `/debug/tables/{tableName}` Label: `release-notes` `/consumingSegmentsInfo` and `debug/tables/{tableName}` API now provides the following per-partition numbers for Kafka data...

feature
release-notes

* Disable dicts for JSON and TEXT indexing columns * Extend `optimizeDictionary` config for dimension columns with fixed width as well. Objective is to reduce the segment size and server...

Add validation for protobuf decoder on the necessary properties

Currently, we simply fail the batch ingestion process if segments if start/end time is outside of time-range or values are not parsed correctly. This is not needed now since we...

release-notes

We found latest pinot code execute in very pool performance compared to 0.10.0 version Here the master code running screenshot: From code we found BCrypt checkpw spend about 80ms ,...