before-Sunrise
before-Sunrise
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
## Why I'm doing: ngram bloom filter's logic can affect normal bloom filter index, if only create normal bloom filter index, and query “select xxx from table where cola like...
## Why I'm doing: https://github.com/StarRocks/starrocks/pull/43652 wants to log query profile to file, but is a wrong implementation. ## What I'm doing: This pr move the profile log logical into profile...
This reverts commit 5846cf12db545388938a6b52d61fc0a11dee6d6d. ## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature -...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
## Why I'm doing: before this pr: two project cause const column unpacking in first project, so second project's input always be non-const column, which will influence performance ``` |...
## Why I'm doing: skew values use boradcast join, and other values use shuffle join for skew shuffle join ## What I'm doing: support skew join optimization in FE. This...
## Why I'm doing: ## What I'm doing: 1. make profile report async in BE, profile merge and report will in other thread pool instead of pipeline-exec query pool 2....