srlch
srlch
## Why I'm doing: For the vaccum of cluster snapshot, we retain all version large than latest version of the current cluster snapshot createTime But the problem is that too...
## What I'm doing: This is a prerequisite for tablet splitting. We introduce `ColumnHashModulusPredicate` into `RowsetMetadataPB` to provide ability to filter data in all segments of the rowset using this...
## Why I'm doing: Currently, some task submitted by starrocks::LakeServiceImpl can not aware whether the task is executed or not, which will cause the response or status to be set...
## What I'm doing: This PR introduces builtin inverted index including the entire read and write logic. It builtin based on the bitmap index infrastructure. Fixes #issue ## What type...
## What I'm doing: Implement end-to-end range-based routing for range distribution tables on both FE and BE sides: `FE`: Add TabletRange and Tuple.toThrift / Variant.toThrift to serialize tablet ranges as...