zihe.liu
zihe.liu
## Why I'm doing: Support zonemap filter for OR predicates. Relates to #43801. ## What I'm doing: Before: 1. `Segment::_new_iterator` applies the segment-level zonemap filter and prunes a segment if...
## Why I'm doing: Decrease log of `begin to cancel operators`. Some operators will take lots of time to cancel, which causes `PipelineDriver::cancel_operators` is called multiple times when it is...
## Why I'm doing: Support bloom filter for OR predicates. ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ]...
## Why I'm doing: Support bitmap filter for OR predicates. ## What I'm doing: The status for a predicate to apply bitmap index contains 4 kinds: - `NOT_USED`: cannot apply...
## Why I'm doing: Apply query queue based on slot estimation ## What I'm doing: ### Implementation The slot resource is divided into small extra slots and normal slots. -...
## Why I'm doing: Dependence on #50363. TODO ## What I'm doing: Relates to #49965. ## What type of PR is this: - [ ] BugFix - [x] Feature -...
## Feature request **Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context** - [x] Refactor codes. #49964 -...
## Why I'm doing: Introduce the `dedicated_cpu_cores` property for resource groups, which indicates the following two implications: - **Exclusive:** The specified number of `dedicated_cpu_cores` will be reserved exclusively for this...
## Why I'm doing: TODO ## What I'm doing: TODO Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement...