eyes_on_me
eyes_on_me
## Why I'm doing: When there are large chunks during the load process, the following error may be returned due to exceeding the size limit of protobuf.  NodeChannel currently...
## Why I'm doing: ## What I'm doing: introduced by #45768 In this pr, I add the missing slow/big query log back and provide a switch to turn off slow_query...
## Why I'm doing: ## What I'm doing: optimize the performance of `array_contains_all` and `array_contains_seq`, and reduce their implementation complexity from `O(m*n)` to `O(m+n)` basic idea 1. for array_contains_all, choose...
## Why I'm doing: This is the first part of #60015. We need a method to uniquely identify each row of data in order to implement delayed reading. ## What...
## Background StarRocks provides relatively limited support for late materialization. Currently, only the Scan and HashJoinProbe operators implement some localized late materialization. In many scenarios, this can still result in...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [x] Feature - [ ] Enhancement - [...