Commit Graph

193 Commits (5c3b254ef2a90f35486cef127930216787f90281)

Author SHA1 Message Date
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 12 years ago
Haobo Xu eb6d139666 [RocksDB] Move table.h to table/ 12 years ago
Haobo Xu b4243e5a3d [RocksDB] CompactionFilter cleanup 12 years ago
Abhishek Kona 7c6c3c0ff4 [Rockdsdb] Better Error messages. Closing db instead of deleting db 12 years ago
Haobo Xu 013e9ebbf1 [RocksDB] [Performance] Speed up FindObsoleteFiles 12 years ago
Mayank Agarwal 94d86b25a9 Fix memory leak for probableWALfiles in db_impl.cc 12 years ago
Dhruba Borthakur 7730587120 Prevent segfault in OpenCompactionOutputFile 12 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 12 years ago
Abhishek Kona ca789a10cc [Rocksdb] Recover last updated sequence number from manifest also. 12 years ago
Haobo Xu 6763110867 [RocksDB] Replace iterator based loop with range based loop for stl containers 12 years ago
Haobo Xu 645ff8f231 Let's get rid of delete as much as possible, here are some examples. 12 years ago
Abhishek Kona 3b51605b8d [RocksDB] Fix binary search while finding probable wal files 12 years ago
Abhishek Kona 8e9c781ae5 [Rocksdb] Fix Crash on finding a db with no log files. Error out instead 12 years ago
Abhishek Kona 7fdd5f5b33 Use non-mmapd files for Write-Ahead Files 12 years ago
Haobo Xu ecd8db0200 [RocksDB] Minimize Mutex protected code section in the critical path 12 years ago
Dhruba Borthakur d0798f67f4 Run compactions even if workload is readonly or read-mostly. 12 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 12 years ago
Mayank Agarwal 487168cdcf Fixed sign-comparison in rocksdb code-base and fixed Makefile 12 years ago
Mark Callaghan 72d14eafd3 add --benchmarks=levelstats option to db_bench, prevent "nan" in stats output 12 years ago
Abhishek Kona 02c459805b Ignore a zero-sized file while looking for a seq-no in GetUpdatesSince 12 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
Dhruba Borthakur 806e264350 Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0. 12 years ago
Dhruba Borthakur e45c7a8444 Abilty to support upto a million .sst files in the database 12 years ago
Abhishek Kona 959337ed5b Measure compaction time. 12 years ago
Abhishek Kona ec77366e14 Counters for bytes written and read. 12 years ago
Abhishek Kona fe10200ddc Introduce histogram in statistics.h 12 years ago
amayank f3901e0647 Revert "Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value" 12 years ago
Dhruba Borthakur 4564915446 Zero out redundant sequence numbers for kvs to increase compression efficiency 12 years ago
amayank 4c696ed001 Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value 12 years ago
Kai Liu b63aafce42 Allow the logs to be purged by TTL. 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Chip Turner 772f75b3fb Stop continually re-creating build_version.c 12 years ago
Chip Turner 3dafdfb2c4 Use fallocate to prevent excessive allocation of sst files and logs 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Abhishek Kona 16903c35b0 Add counters to count gets and writes 12 years ago
Kosie van der Merwe 3c3df7402f Fixed issues Valgrind found. 12 years ago
Abhishek Kona 7d5a4383bb rollover manifest file. 12 years ago
Chip Turner c0cb289d57 Various build cleanups/improvements 12 years ago
Kosie van der Merwe d8371ef1f6 Fixing some issues Valgrind found 12 years ago
Kosie van der Merwe d6e873f22f Added clearer error message for failure to create db directory in DBImpl::Recover() 12 years ago
Dhruba Borthakur f4c2b7cf97 Enhance ReadOnly mode to process the all committed transactions. 12 years ago
Dhruba Borthakur 3d1e92b05a Enhancements to rocksdb for better support for replication. 12 years ago