Commit Graph

138 Commits (2eac6bb12047a966bb9c3d429076aad67be34bb6)

Author SHA1 Message Date
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Andrew Kryczka fd43ee09da Range deletion microoptimizations 8 years ago
Andrew Kryczka 53b693f5fe ldb support for range delete 8 years ago
Andrew Kryczka 9e7cf3469b DeleteRange user iterator support 8 years ago
dhruba borthakur 5027dd17a7 Fix a minor bug in the ldb tool that was not selecting the specified (#1399) 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
Andrew Kryczka bbd6a5a184 ldb restore subcommand 8 years ago
Peter (Stig) Edwards b06ca5f860 ldb load, prefer ifsteam(/dev/stdin) to std::cin (#1207) 8 years ago
Wanning Jiang 880ee363eb ldb backup support 8 years ago
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 9 years ago
sdong 0e20000171 LDBCommand::InitFromCmdLineArgs() to move from template to function wrapper 9 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 9 years ago
Arun Sharma 5c06e0814c [ldb] Templatize the Selector 9 years ago
Andrew Kryczka 5c1c904877 ldb option for compression dictionary size 9 years ago
Reid Horuff 0460e9dcce Modification of WriteBatch to support two phase commit 9 years ago
Andrew Kryczka 269f6b2e2d Revert "Modification of WriteBatch to support two phase commit" 9 years ago
Arun Sharma 04dec2a359 [ldb] Export ldb_cmd*.h 9 years ago
Islam AbdelRahman f3bb024fd6 Fix clang build 9 years ago
Reid Horuff 1d2e4ef747 ldb support new WAL records 9 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 9 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 10 years ago
sdong 7842920be5 Slow down writes by bytes written 10 years ago
sdong 98a44559d5 Build for CYGWIN 10 years ago
Igor Canadi e003d3864c Abstract out SetMaxPossibleForUserKey() and SetMinPossibleForUserKey 10 years ago