From b7a36bd4e5ec24e63723f8babfcd0bdf5d761d1a Mon Sep 17 00:00:00 2001 From: ErosBryant Date: Wed, 13 Nov 2024 18:14:19 +0900 Subject: [PATCH] update description --- Descrription.md | 1 + README.md | 4 ++-- db/db_impl.cc | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 Descrription.md diff --git a/Descrription.md b/Descrription.md new file mode 100644 index 0000000..d28e89c --- /dev/null +++ b/Descrription.md @@ -0,0 +1 @@ +- WriteLevel0Table: Pmtable to SSTable \ No newline at end of file diff --git a/README.md b/README.md index 3869790..a2e5e37 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ Set SSD path: /Thanoskv/include/leveldb/nvm_option.h -### Set nvm version + diff --git a/db/db_impl.cc b/db/db_impl.cc index 0b265a4..fd7b943 100644 --- a/db/db_impl.cc +++ b/db/db_impl.cc @@ -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),