Commit Graph

845 Commits (f02c708aa32829bbbd70aa3493af8444e76e4350)

Author SHA1 Message Date
Simha Venkataramaiah 60bf2b7d4a Add APIs to query SST file metadata and to delete specific SST files 11 years ago
Haobo Xu f9e2decf7c [RocksDB] Minor iterator cleanup 11 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Deon Nicholas e1346968d8 Merge operator fixes part 1. 11 years ago
Jim Paton 0307c5fe3a Implement log blobs 11 years ago
Mayank Agarwal f1bf169484 Counter for merge failure 11 years ago
Dhruba Borthakur 93d77a27d2 Universal Compaction should keep DeleteMarkers unless it is the earliest file. 11 years ago
Haobo Xu 3a3b1c3e6c [RocksDB] Improve manifest dump to print internal keys in hex for version edits. 11 years ago
Xing Jin 17b8f786a3 Fix unit tests/bugs for universal compaction (first step) 11 years ago
Deon Nicholas c2d7826ced [RocksDB] [MergeOperator] The new Merge Interface! Uses merge sequences. 11 years ago
Mayank Agarwal 59d0b02f8b Expand KeyMayExist to return the proper value if it can be found in memory and also check block_cache 11 years ago
Dhruba Borthakur a91fdf1b99 The target file size for L0 files was incorrectly set to LLONG_MAX. 11 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 11 years ago
Dhruba Borthakur 76a4923307 Make file-sizes and grandparentoverlap to be unsigned to avoid bad comparisions. 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Xing Jin 8a5341ec7d Newbie code question 11 years ago
Dhruba Borthakur 289efe9922 Update statistics only if needed. 11 years ago
Dhruba Borthakur 7cb8d462d5 Rename PickCompactionHybrid to PickCompactionUniversal. 11 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 11 years ago
Dhruba Borthakur 554c06dd18 Reduce write amplification by merging files in L0 back into L0 11 years ago
Abhishek Kona 00124683de [rocksdb] do not trim range for level0 in manual compaction 11 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Dhruba Borthakur e673d5d26d Do not submit multiple simultaneous seek-compaction requests. 11 years ago
Abhishek Kona d91b42ee27 [Rocksdb] Measure all FSYNC/SYNC times 11 years ago
Haobo Xu ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 11 years ago
Dhruba Borthakur d1aaaf718c Ability to set different size fanout multipliers for every level. 11 years ago
Dhruba Borthakur a8d3aa2c26 Assertion failure for L0-L1 compactions. 11 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 11 years ago
Dhruba Borthakur 9b81d3c406 Simplified level_ptrs by using a std:vector 11 years ago
Haobo Xu 013e9ebbf1 [RocksDB] [Performance] Speed up FindObsoleteFiles 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
Abhishek Kona 7b9db9c98e DO not report level size as zero when there are no files in L0 11 years ago
Dhruba Borthakur ebf16f57c9 Prevent segfault because SizeUnderCompaction was called without any locks. 11 years ago
Dhruba Borthakur 6d812b6afb A mechanism to detect manifest file write errors and put db in readonly mode. 11 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 11 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 11 years ago
Dhruba Borthakur fd367e677e Fix unit test failure in db_filename.cc 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Abhishek Kona 7d5a4383bb rollover manifest file. 12 years ago
Chip Turner a2dcd79c1e Add optional clang compile mode 12 years ago
Chip Turner 9bbcab57a9 Fix broken build 12 years ago
Kosie van der Merwe 28fe86c48a Fixed bug with seek compactions on Level 0 12 years ago
Chip Turner c0cb289d57 Various build cleanups/improvements 12 years ago
Mark Callaghan 2ba125faf6 fix warning for unused variable 12 years ago
Abhishek Kona 85ad13be1a Port fix for Leveldb manifest writing bug from Open-Source 12 years ago
Dhruba Borthakur d7d43ae21a ExtendOverlappingInputs too slow for large databases. 12 years ago
Zheng Shao c28097538a manifest_dump: Add --hex=1 option 12 years ago
Dhruba Borthakur c847a31727 Print compaction score for every compaction run. 12 years ago