Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent 569ae6a commit b7a36bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Descrription.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- WriteLevel0Table: Pmtable to SSTable
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Set SSD path: /Thanoskv/include/leveldb/nvm_option.h



### Set nvm version
<!-- ### Set nvm version
```
scripts/mount_dax.sh
```
``` -->



1 change: 0 additions & 1 deletion db/db_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ DBImpl::DBImpl(const Options& raw_options, const std::string& dbname)
owns_cache_(options_.block_cache != raw_options.block_cache),
dbname_(dbname),
dbname_ssd_(raw_options.nvm_option.sst_path),
//dbname_(raw_options.nvm_option.pmem_path),
mem_stall_time_(0),
L0_stop_stall_time_(0),
l0_slow_tall_time_(0),
Expand Down

0 comments on commit b7a36bd

Please sign in to comment.