-
Notifications
You must be signed in to change notification settings - Fork 1
Wqy dev #19
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
Open
GuoTeng-ECNU
wants to merge
24
commits into
gt-dev
Choose a base branch
from
wqy-dev
base: gt-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Wqy dev #19
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
a7ff868
Merge pull request #15 from dase955/gt-dev
GuoTeng-ECNU 2641a03
Merge pull request #16 from dase955/gt-dev
GuoTeng-ECNU 13d30fe
Merge pull request #17 from dase955/gt-dev
GuoTeng-ECNU a965c71
Merge pull request #18 from dase955/gt-dev
GuoTeng-ECNU de02d89
commit for test
DayuanX f8abfca
Merge branch 'gt-dev' into wqy-dev
GuoTeng-ECNU c4dd389
update
GuoTeng-ECNU 5424b95
pass compilation
GuoTeng-ECNU 10d7929
update
GuoTeng-ECNU 55684dc
config update, preparing for WaLSM+ comparison
GuoTeng-ECNU 01faf50
bugfixes
GuoTeng-ECNU bff1b5a
Merge branch 'comparison-wqy' into wqy-dev
GuoTeng-ECNU 8920807
bugfixes
GuoTeng-ECNU 5a3fd4d
bugfixes
GuoTeng-ECNU 248c9dd
bugfix
GuoTeng-ECNU 24c5be3
bugfixes
GuoTeng-ECNU 26f13d4
bugfixes & debug info
GuoTeng-ECNU 8dc5822
bugfixes
GuoTeng-ECNU 2d057fd
remove unnecessary test
GuoTeng-ECNU 53340cc
bugfix
GuoTeng-ECNU 5e5fdf9
add filter cache full print
GuoTeng-ECNU b1abf8b
bugfix
GuoTeng-ECNU 8aaba55
add ycsb cases
GuoTeng-ECNU f00c0ef
v1.0
GuoTeng-ECNU File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -103,4 +103,3 @@ __pycache__/ | |
|
|
||
| include/csv2/ | ||
| debug.* | ||
| *.log | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| cd .. | ||
| # make clean | ||
| make static_lib -j32 | ||
|
|
||
| cd YCSB | ||
| make clean && make DEBUG_BUILD=1 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,29 +1,33 @@ | ||
| rocksdb.dbname=/mnt/walsm/tmp/tmp_data/db_test_art | ||
| rocksdb.nvm_path=/mnt/walsm/node_memory | ||
| rocksdb.dbname=/mnt/nvme0n1/guoteng/walsmtest/tmp/db_nvm_l0 | ||
| rocksdb.nvm_path=/mnt/pmem0.7/guoteng/nodememory | ||
| rocksdb.format=single | ||
| rocksdb.destroy=false | ||
| # rocksdb.destroy=false | ||
|
|
||
| # Load options from file | ||
| #rocksdb.optionsfile=rocksdb/options.ini | ||
|
|
||
| # Below options are ignored if options file is used | ||
| rocksdb.compression=no | ||
| rocksdb.max_background_jobs=2 | ||
| rocksdb.target_file_size_base=67108864 | ||
| rocksdb.target_file_size_multiplier=1 | ||
| rocksdb.max_bytes_for_level_base=268435456 | ||
| rocksdb.write_buffer_size=67108864 | ||
| # rocksdb.compression=no | ||
| rocksdb.max_background_jobs=4 | ||
| # rocksdb.target_file_size_base=67108864 | ||
| # rocksdb.target_file_size_multiplier=1 | ||
| # rocksdb.max_bytes_for_level_base=268435456 | ||
| # rocksdb.write_buffer_size=67108864 | ||
| rocksdb.max_open_files=-1 | ||
| rocksdb.max_write_buffer_number=2 | ||
| # rocksdb.max_write_buffer_number=2 | ||
| rocksdb.use_direct_io_for_flush_compaction=true | ||
| rocksdb.use_direct_reads=true | ||
| rocksdb.allow_mmap_writes=false | ||
| rocksdb.allow_mmap_reads=false | ||
| rocksdb.cache_size=8388608 | ||
| # rocksdb.allow_mmap_writes=false | ||
| # rocksdb.allow_mmap_reads=false | ||
| rocksdb.cache_size=134217728 | ||
| rocksdb.compressed_cache_size=0 | ||
| rocksdb.bloom_bits=0 | ||
| rocksdb.bloom_bits=2 | ||
|
|
||
| # set total_threads to 32, see rocksdb_db.cc | ||
| rocksdb.increase_parallelism=true | ||
| # rocksdb.optimize_level_style_compaction=true | ||
| rocksdb.optimize_universal_style_compaction=true | ||
|
|
||
| rocksdb.block_size=4096 | ||
| rocksdb.metadata_size=8192 | ||
| rocksdb.max_subcompactions=4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a fixed sleep duration during cleanup can unnecessarily delay shutdown and block the process. Consider replacing the sleep with a more robust synchronization mechanism or reducing its duration.