Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query): window partition by spill to disk #16441

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
70d66b9
dma write
forsaken628 Sep 10, 2024
5666858
partition spill to disk
forsaken628 Sep 11, 2024
d757e08
Merge remote-tracking branch 'up/main' into spill-disk
forsaken628 Sep 11, 2024
c3432de
fix
forsaken628 Sep 11, 2024
ebe64bc
refine
forsaken628 Sep 11, 2024
0e0184d
temp file
forsaken628 Sep 12, 2024
43110ec
Merge remote-tracking branch 'up/main' into spill-disk
forsaken628 Sep 12, 2024
3ac783e
refactor spill
forsaken628 Sep 12, 2024
f41a038
clear temp dir
forsaken628 Sep 13, 2024
11f3f70
move dma
forsaken628 Sep 13, 2024
c77dbcd
config
forsaken628 Sep 13, 2024
205a1de
fix
forsaken628 Sep 13, 2024
cdf6d78
bytes limit
forsaken628 Sep 14, 2024
37a8be8
rustix
forsaken628 Sep 18, 2024
121f15f
rustix
forsaken628 Sep 19, 2024
1a1ae2a
temp
forsaken628 Sep 19, 2024
eb7bae3
Merge remote-tracking branch 'up/main' into spill-disk
forsaken628 Sep 19, 2024
e109d35
Location
forsaken628 Sep 19, 2024
f4c844f
builder
forsaken628 Sep 19, 2024
a525891
fix
forsaken628 Sep 19, 2024
dbf516b
SpillerConfig
forsaken628 Sep 19, 2024
20fd4a6
temp dir
forsaken628 Sep 20, 2024
649f9d2
Merge remote-tracking branch 'up/main' into spill-disk
forsaken628 Sep 20, 2024
39809e1
fix
forsaken628 Sep 20, 2024
069558a
Merge remote-tracking branch 'up/main' into spill-disk
forsaken628 Sep 23, 2024
da387b3
drop_disk_spill_dir_unknown
forsaken628 Sep 24, 2024
4344eea
drop residual temp dir
forsaken628 Sep 24, 2024
b0b8f11
Merge remote-tracking branch 'up/main' into spill-disk
forsaken628 Sep 26, 2024
2cbf13f
no copy read
forsaken628 Sep 27, 2024
b469495
rename reserved_disk_ratio
forsaken628 Sep 27, 2024
7d672db
record the profile of LocalSpill and RemoteSpill separately
forsaken628 Sep 27, 2024
c529dfc
defalut disable
forsaken628 Sep 27, 2024
fd9b15b
update setting
forsaken628 Sep 27, 2024
9896bb7
Merge remote-tracking branch 'up/main' into spill-disk
forsaken628 Sep 27, 2024
b343046
fix
forsaken628 Sep 27, 2024
4bcaa38
fix dma
forsaken628 Sep 27, 2024
8520d80
fix
forsaken628 Sep 29, 2024
1583f77
refactor dma
forsaken628 Sep 29, 2024
657c1c2
change config
forsaken628 Sep 29, 2024
0e70745
Alignment
forsaken628 Sep 30, 2024
4210209
Merge branch 'main' into spill-disk
forsaken628 Sep 30, 2024
b06b3d7
cloud test
forsaken628 Sep 30, 2024
3ed1366
Merge remote-tracking branch 'origin/spill-disk' into spill-disk
forsaken628 Sep 30, 2024
37a2ec6
x
forsaken628 Sep 30, 2024
36162bf
clean
forsaken628 Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading