Commit b58f4f7
authored
refactor(query): refactor the join partition to reduce memory amplification (#18732)
* refactor(query): refactor the join partition to reduce memory amplification
* refactor(query): refactor the join partition to reduce memory amplification
* refactor(query): refactor the join partition to reduce memory amplification
* refactor(query): refactor the join partition to reduce memory amplification
* refactor(query): refactor the join partition to reduce memory amplification
* refactor(query): refactor the join partition to reduce memory amplification1 parent c3fee76 commit b58f4f7
File tree
8 files changed
+593
-55
lines changed- src
- common/column/src/binary
- query
- expression/src
- kernels
- service/src
- pipelines/processors/transforms/hash_join
- spillers
8 files changed
+593
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
0 commit comments