Commit Graph

113 Commits (e66199d848cd484b816d07359f1dc0f0b99e5351)

Author SHA1 Message Date
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 9 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
Igor Canadi 8e79ce68ce Revert "Fix lint errors and coding style of ldb related codes." 10 years ago
Igor Canadi 45a612f990 Revert "Fix incorrect fixing of lint errors in ldb_cmd.cc" 10 years ago
Yueh-Hsuan Chiang 8ddddd62d0 Fix incorrect fixing of lint errors in ldb_cmd.cc 10 years ago
Yueh-Hsuan Chiang bc9f36fd5e Fix lint errors and coding style of ldb related codes. 10 years ago
sdong 4d2ba38b65 Make VersionBuilder unit testable 10 years ago
sdong 76d1c28e82 Make CompactionPicker more easily tested 10 years ago
sdong 6a150c0118 ldb: support --fix_prefix_len 10 years ago
Danny Al-Gaaf 4cc8643baf util/ldb_cmd.cc: prefer prefix ++operator for non-primitive types 10 years ago
Igor Canadi a2bb7c3c33 Push- instead of pull-model for managing Write stalls 10 years ago
Nik Bougalis 9f8aa09395 Don't leak data returned by opendir 10 years ago
Stanislau Hlebik 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Jonah Cohen e173bf9c19 Eliminate VersionSet memory leak 10 years ago
sdong 473e829784 Fix ldb dump_manifest 10 years ago
sdong 0abaed2e08 Support multiple DB directories in universal compaction style 10 years ago