Commit Graph

78 Commits (856ac244848a77bd93cb6bef70a69c8647920288)

Author SHA1 Message Date
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
sdong c40c4cae14 LDBCommand::SelectCommand to use a struct as the parameter 8 years ago
sdong 0e20000171 LDBCommand::InitFromCmdLineArgs() to move from template to function wrapper 8 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
Arun Sharma 5c06e0814c [ldb] Templatize the Selector 8 years ago
Andrew Kryczka 5c1c904877 ldb option for compression dictionary size 8 years ago
Reid Horuff 0460e9dcce Modification of WriteBatch to support two phase commit 8 years ago
Andrew Kryczka 269f6b2e2d Revert "Modification of WriteBatch to support two phase commit" 8 years ago
Arun Sharma 04dec2a359 [ldb] Export ldb_cmd*.h 8 years ago
Islam AbdelRahman f3bb024fd6 Fix clang build 8 years ago
Reid Horuff 1d2e4ef747 ldb support new WAL records 8 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 8 years ago
Andrew Kryczka f2c43a4a27 Stderr info logger 9 years ago
zensan 78711524b7 In all the places where log records are read, there was a check that 9 years ago
Andrew Kryczka 08304c0867 Expose RepairDB as ldb command 9 years ago
Alexander Fenster f0161c37b0 formatting fix 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong 38e1d7fea3 ldb to support --column_family option 9 years ago
Alexander Fenster e16438bb86 fixing build warning 9 years ago
Alexander Fenster b73fbbaf64 added --no_value option to ldb scan to dump key only 9 years ago
Gunnar Kudrjavets b1a3b4c0d0 Make ldb automagically determine the file type and use the correct dumping function 9 years ago
Islam AbdelRahman 88e0527724 Reduce moving memory in LDB::ScanCommand 9 years ago
sdong 51fce92e11 "ldb compact" should force bottommost level compaction 9 years ago
Sage Weil 3ac13c99d1 log_reader: pass log_number and optional info_log to ctor 9 years ago
Venkatesh Radhakrishnan 63e507c59c Move ldb and sst_dump from utils to tools. 9 years ago
sdong 35ad531be3 Seperate InternalIterator from Iterator 9 years ago
Islam AbdelRahman c64ae05b1c Move TEST_NewInternalIterator to NewInternalIterator 9 years ago
Andres Notzli 0ccf2db385 Fixed broken build due to format specifier 9 years ago
Amit Arya 7a31960ee9 Tests for ManifestDumpCommand and ListColumnFamiliesCommand 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
sdong 47316c2d08 dump_manifest supports DB with more number of levels 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
Ari Ekmekji 74c755c552 Added JSON manifest dump option to ldb command 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 9 years ago
sdong 7842920be5 Slow down writes by bytes written 9 years ago
sdong 98a44559d5 Build for CYGWIN 9 years ago
Igor Canadi e003d3864c Abstract out SetMaxPossibleForUserKey() and SetMinPossibleForUserKey 9 years ago
Igor Canadi 48b0a045da Speed up reduce_levels_test 10 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 10 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 10 years ago
Igor Sugak 95344346af rocksdb: Small refactoring before migrating to gtest 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Qiao Yang cef6f84393 Added 'dump_live_files' command to ldb tool. 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Igor Canadi cd278584c9 Clean up StringSplit 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago