Commit Graph

162 Commits (d364eea1fc615917133c49b5fed2acf1e884fbec)

Author SHA1 Message Date
Haobo Xu d364eea1fc [RocksDB] Fix FindMinimumEmptyLevelFitting 11 years ago
Haobo Xu 9ee68871dc [RocksDB] Enable manual compaction to move files back to an appropriate level. 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Haobo Xu 9ba82786ce [RocksDB] Provide contiguous sequence number even in case of write failure 11 years ago
Abhishek Kona 5ef6bb8c37 [rocksdb][refactor] statistic printing code to one place 11 years ago
Dhruba Borthakur 6acbe0fc45 Compact multiple memtables before flushing to storage. 11 years ago
Haobo Xu 1afdf28701 [RocksDB] Compaction Filter Cleanup 11 years ago
Deon Nicholas 4985a9f73b [Rocksdb] [Multiget] Introduced multiget into db_bench 11 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Mayank Agarwal 184343a061 Max_mem_compaction_level can have maximum value of num_levels-1 11 years ago
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases. 11 years ago
Abhishek Kona d91b42ee27 [Rocksdb] Measure all FSYNC/SYNC times 11 years ago
Mark Callaghan d9f538e1a9 Improve output for GetProperty('leveldb.stats') 11 years ago
Haobo Xu 2b1fb5b01d [RocksDB] Add score column to leveldb.stats 11 years ago
Haobo Xu d897d33bf1 [RocksDB] Introduce Fast Mutex option 11 years ago
Haobo Xu 2df65c118c [RocksDB] Dump counters and histogram data periodically with compaction stats 11 years ago
heyongqiang 4b29651206 add block deviation option to terminate a block before it exceeds block_size 11 years ago
Haobo Xu ef15b9d178 [RocksDB] Fix MaybeDumpStats 11 years ago
Haobo Xu 0e879c93de [RocksDB] dump leveldb.stats periodically in LOG file. 11 years ago
Dhruba Borthakur 26541860d3 The max size of the write buffer size can be 64 GB. 11 years ago
Haobo Xu 87d0af15d8 [RocksDB] Introduce an option to skip log error on recovery 11 years ago
Abhishek Kona e1174306c5 [RocksDB] Simplify StopWatch implementation 11 years ago
Haobo Xu 4ca3c67bd3 [RocksDB] Cleanup compaction filter to use a class interface, instead of function pointer and additional context pointer. 11 years ago
Haobo Xu 73c0a33346 [RocksDB] fix compaction filter trigger condition 11 years ago
Abhishek Kona 8d58ecdc29 [RocksDB] Expose compaction stalls via db_statistics 11 years ago
Abhishek Kona 988c20b9f7 [RocksDB] Clear Archive WAL files 11 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 11 years ago
Haobo Xu eb6d139666 [RocksDB] Move table.h to table/ 11 years ago
Haobo Xu b4243e5a3d [RocksDB] CompactionFilter cleanup 11 years ago
Abhishek Kona 7c6c3c0ff4 [Rockdsdb] Better Error messages. Closing db instead of deleting db 11 years ago
Haobo Xu 013e9ebbf1 [RocksDB] [Performance] Speed up FindObsoleteFiles 11 years ago
Mayank Agarwal 94d86b25a9 Fix memory leak for probableWALfiles in db_impl.cc 11 years ago
Dhruba Borthakur 7730587120 Prevent segfault in OpenCompactionOutputFile 11 years ago
Abhishek Kona 574b76f710 [RocksDB][Bug] Look at all the files, not just the first file in TransactionLogIter as BatchWrites can leave it in Limbo 11 years ago
Abhishek Kona ca789a10cc [Rocksdb] Recover last updated sequence number from manifest also. 11 years ago
Haobo Xu 6763110867 [RocksDB] Replace iterator based loop with range based loop for stl containers 11 years ago
Haobo Xu 645ff8f231 Let's get rid of delete as much as possible, here are some examples. 11 years ago
Abhishek Kona 3b51605b8d [RocksDB] Fix binary search while finding probable wal files 11 years ago
Abhishek Kona 8e9c781ae5 [Rocksdb] Fix Crash on finding a db with no log files. Error out instead 11 years ago
Abhishek Kona 7fdd5f5b33 Use non-mmapd files for Write-Ahead Files 11 years ago
Haobo Xu ecd8db0200 [RocksDB] Minimize Mutex protected code section in the critical path 11 years ago
Dhruba Borthakur d0798f67f4 Run compactions even if workload is readonly or read-mostly. 11 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 11 years ago
Mayank Agarwal 487168cdcf Fixed sign-comparison in rocksdb code-base and fixed Makefile 11 years ago
Mark Callaghan 72d14eafd3 add --benchmarks=levelstats option to db_bench, prevent "nan" in stats output 11 years ago
Abhishek Kona 02c459805b Ignore a zero-sized file while looking for a seq-no in GetUpdatesSince 11 years ago
Dhruba Borthakur 6d812b6afb A mechanism to detect manifest file write errors and put db in readonly mode. 12 years ago
Abhishek Kona d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file 12 years ago
Dhruba Borthakur afed60938f Fox db_stress crash by copying keys before changing sequencenum to zero. 12 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 12 years ago