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-18880-1777781
DB2023-Capoo-409
Commits
5d8e23c5
Commit
5d8e23c5
authored
1 year ago
by
kjm
Browse files
Options
Download
Patches
Plain Diff
[test] 优化load、insert、update的性能
parent
d76ee8e5
new-load
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
.gitignore
+5
-1
.gitignore
scripts/count.py
+18
-0
scripts/count.py
scripts/multi_client.py
+29
-7
scripts/multi_client.py
scripts/test.py
+13
-13
scripts/test.py
src/execution/executor_insert.h
+5
-2
src/execution/executor_insert.h
src/execution/executor_load.h
+32
-12
src/execution/executor_load.h
src/execution/executor_update.h
+7
-3
src/execution/executor_update.h
src/index/ix_index_handle.cpp
+18
-6
src/index/ix_index_handle.cpp
src/index/ix_index_handle.h
+2
-2
src/index/ix_index_handle.h
src/record/rm_file_handle.h
+18
-1
src/record/rm_file_handle.h
src/storage/page.h
+16
-4
src/storage/page.h
src/system/sm_manager.cpp
+4
-3
src/system/sm_manager.cpp
with
167 additions
and
54 deletions
+167
-54
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