Xuanyi Li

Results 6 issues of Xuanyi Li

It's painful to trigger api per segments per instance during table rebalance. Instead of running curl, it's better to have a built-in api

feature request

previously have an internal discussion with the team on translating mutable json index onto the immutable json index to avoid repeatedly parsing and flatten json docs. But It was temporarily...

enhancement
performance

In the [ingestion transformation wiki page](https://docs.pinot.apache.org/developers/advanced/ingestion-level-transformations#add-a-new-column-during-ingestion), it mentioned that > If a new column is added to table or schema configuration during ingestion, incorrect data may appear in the consuming...

documentation
troubleshooting

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...

enhancement

This the first part of a series of changes aimed at enabling **real-time table replication between two Pinot clusters**. The core purpose of this specific PR is to introduce the...

[Design](https://docs.google.com/document/d/1DDSW8aG1UHa3eCBmecS2Y9zsj7AeP29tCjlCMHW0Q5Q/edit?usp=sharing) - [ ] Create new table with designated consuming watermarks inducted from source table. https://github.com/apache/pinot/pull/17235 - [ ] Backfill Historical Segments https://github.com/wirybeaver/pinot/pull/64

PEP-Request