Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-25737-2462428
DB2024-898
Commits
867048eb
Commit
867048eb
authored
11 months ago
by
lhy
Browse files
Options
Download
Patches
Plain Diff
feat:sort_merge使用外排序
parent
161a7003
vec-model
4g_row_lock
buffer_pool_lock
count
dev
epoll
eval_conds
load
load-log
log
multi
one-txn
param
q10
q5
q6
q7
q8
q9
rollback_delete_and_insert
row_lock
testq10
txn
No related merge requests found
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
.gitignore
+1
-2
.gitignore
src/execution/execution_sort.h
+5
-1
src/execution/execution_sort.h
src/execution/executor_block_nestedloop_join.h
+3
-1
src/execution/executor_block_nestedloop_join.h
src/execution/executor_external_sort.h
+174
-0
src/execution/executor_external_sort.h
src/execution/executor_group.h
+2
-0
src/execution/executor_group.h
src/execution/executor_index_scan.h
+8
-1
src/execution/executor_index_scan.h
src/execution/executor_join_where.h
+2
-0
src/execution/executor_join_where.h
src/execution/executor_nestedloop_join.h
+2
-0
src/execution/executor_nestedloop_join.h
src/execution/executor_seq_scan.h
+2
-0
src/execution/executor_seq_scan.h
src/execution/executor_sortmerge_join.h
+101
-105
src/execution/executor_sortmerge_join.h
src/portal.h
+1
-1
src/portal.h
src/record/rm_scan.h
+5
-0
src/record/rm_scan.h
test/test_join.py
+12
-12
test/test_join.py
with
318 additions
and
123 deletions
+318
-123
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets