Commit Graph

83 Commits (5ec53f3edf62bec1b690ce12fb21a6c52203f3c8)

Author SHA1 Message Date
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
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 10 years ago
Haobo Xu dfb31d152d [RocksDB] allow LDB tool to have customized key formatter 10 years ago
Igor Canadi f868dcbbed Support for adding TTL-ed column family 10 years ago
Igor Canadi 588bca2020 RocksDBLite 10 years ago
Igor Canadi 23c8f89b57 Revert "Don't compile ldb tool into static library" 10 years ago
Igor Canadi e296577ef6 Don't compile ldb tool into static library 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
Igor Canadi b947fdc89d Column family support for DB::OpenForReadOnly() 10 years ago
Igor Canadi e67241f0b9 Sanity check on Open 10 years ago
Yiting Li 7981a43274 Consistency Check Function 10 years ago
Igor Canadi 492c9f71c6 [CF] Column family support for LDB tool 10 years ago
Igor Canadi b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families 11 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Igor Canadi c24d8c4e90 [CF] Rethink table cache 11 years ago
Igor Canadi 2966d764cd Fix some 32-bit compile errors 11 years ago
Igor Canadi 29bacb2eb6 VersionSet cleanup 11 years ago
Igor Canadi 5661ed8b80 Fix reduce_levels_test 11 years ago
Igor Canadi fa99d53e55 Change ColumnFamilyData from struct to class 11 years ago
Igor Canadi 4bf25357ae [column families] Removing VersionSet::current() 11 years ago
Igor Canadi 677fee27c6 Make VersionSet::ReduceNumberOfLevels() static 11 years ago
Igor Canadi 7c5e583a27 ColumnFamilySet 11 years ago
Igor Canadi 65a8a52b54 Decrease reliance on VersionSet::NumberLevels() 11 years ago
Vamsi Ponnekanti fa88cbc71e [Log dumper broken when merge operator is in log] 11 years ago
Kai Liu 35460ccb53 Fix the string format issue 11 years ago
kailiu 21587760b9 Fixing the warning messages captured under mac os # Consider using `git commit -m 'One line title' && arc diff`. # You will save time by running lint and unit in the background. 11 years ago
Piyush Garg 1e4375d2ef Task #3071144 Enhance ldb (db dump tool for leveldb) to report row counters for each row type 11 years ago
Vamsi Ponnekanti 6731997f64 [ldb compact is not allowing ttl flag] 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Xing Jin 42c109cc2e New ldb command to convert compaction style 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Haobo Xu 3a3b1c3e6c [RocksDB] Improve manifest dump to print internal keys in hex for version edits. 11 years ago
Mayank Agarwal 1d7b4765c3 Expose base db object from ttl wrapper 11 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Haobo Xu 92ca816a60 [RocksDB] Support internal key/value dump for ldb 11 years ago
Mayank Agarwal b858da709a Simplify bucketing logic in ldb-ttl 11 years ago
Mayank Agarwal 61f1baaedf Introducing timeranged scan, timeranged dump in ldb. Also the ability to count in time-batches during Dump 11 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Dhruba Borthakur 898f79372f Fix valgrind errors introduced by https://reviews.facebook.net/D10863 11 years ago
Dhruba Borthakur d1aaaf718c Ability to set different size fanout multipliers for every level. 11 years ago
Mayank Agarwal 8a48410f09 Enhance the ldb tool to support ttl databases 11 years ago