Commit Graph

2502 Commits (24bceb09636df45a0240dc0ab592054c4d218c31)

Author SHA1 Message Date
charsyam 4f2b0946d1 fix simple typos (#1183) 8 years ago
Andrew Kryczka 3b7ed677de ColumnFamilyOptions API [CF + RepairDB part 3/3] 8 years ago
Andrew Kryczka 56ac686292 Detect column family from properties [CF + RepairDB part 2/3] 8 years ago
Andrew Kryczka 343507afb1 Refactor to use VersionSet [CF + RepairDB part 1/3] 8 years ago
omegaga c4e19b77e8 Add a read option to enable background purge when cleaning up iterators 8 years ago
Islam AbdelRahman fa813f7478 Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
Islam AbdelRahman 30a24f2d3d Add InternalStats and logging for AddFile() 8 years ago
sdong 249e796dfc Fix Flaky DBCompactionTest.SkipStatsUpdateTest 8 years ago
Islam AbdelRahman f5177c761f Remove wasteful instrumentation in FullMerge (stacked on D59577) 8 years ago
Islam AbdelRahman 7c919deccc Reuse TimedFullMerge instead of FullMerge + instrumentation 8 years ago
Yi Wu bc8af90e8c add option to not flush memtable on open() 8 years ago
sdong 6faddd7c55 Merge db/slice.cc into util/slice.cc 8 years ago
sdong 5009b5326b BlockBasedTable::FullFilterKeyMayMatch() Should skip prefix bloom if full key bloom exists 8 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 8 years ago
Wanning Jiang 56887f6cb8 Backup Options 8 years ago
Anirban Rahut a73b26f601 Adding test for contiguous WAL detection 8 years ago
Aaron Gao e532877940 Add statistics field to show total size of index and filter blocks in block cache 8 years ago
Jan Doms 02ec8154e5 allow updating block cache capacity from C (#1149) 8 years ago
Andrew Kryczka 842958651f Fix race condition in SwitchMemtable 8 years ago
PraveenSinghRao 3a276b0cbe Add a callback for when memtable is moved to immutable (#1137) 8 years ago
Mike Kolupaev 936973d145 Small tweaks to logging to track the number of immutable memtables 8 years ago
siddontang 21c047ab49 add readahead size option (#1146) 8 years ago
Reid Horuff 5d85fdb2c5 add missing lock 8 years ago
sdong 345fd73faf Fix flaky DBTestDynamicLevel.DynamicLevelMaxBytesBase2 8 years ago
krad 8fc75de327 Minor fix to disable DynamicLevelMaxBytesBase2 8 years ago
Ashish Shenoy 99765ed855 Clean up the ComputeCompactionScore() API 8 years ago
Shen Li def2f7bd0e Expose report_bg_io_stats option in the C API. (#1131) 8 years ago
siddontang 8f1214531e C API: Expose DeleteFileInRange (#1132) 8 years ago
Sage Weil 11f329bd40 db/db_impl: restrict WALRecoveryMode when using recycled log files 8 years ago
Sage Weil 2b2a898e0b db/log_reader: combine kBadRecord{Len,Checksum} for readability 8 years ago
Sage Weil 34df1c94d5 db/log_reader: treat bad record length or checksum as EOF 8 years ago
Sage Weil 7947aba68c db/log_reader: move kBadRecord{Len,Checksum} handling into ReadRecord 8 years ago
Sage Weil 847e471db6 db/log_test: add recycle log test 8 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
Richard Cairns Jr f6e404c20a Added "number of merge operands" to statistics in ssts. 8 years ago
omegaga 3c69f77c67 Move IO failure test to separate file 8 years ago
Islam AbdelRahman c70a9335de Fix mutex unlock issue between scheduled compaction and ReleaseCompactionFiles() 8 years ago
Reid Horuff a6254f2bd4 Long outstanding prepare test 8 years ago
Aaron Gao 43afd72bee [rocksdb] make more options dynamic 8 years ago
Islam AbdelRahman f6aedb62c0 Fix Transaction memory leak 8 years ago
krad a08c8c851a Added PersistentCache abstraction 8 years ago
Reid Horuff a400336398 TransactionLogIterator sequence gap fix 8 years ago
Islam AbdelRahman 560358dc93 Fix data race in GetObsoleteFiles() 8 years ago
Reid Horuff c27061dae7 [rocksdb] 2PC double recovery bug fix 8 years ago
Reid Horuff a657ee9a9c [rocksdb] Recovery path sequence miscount fix 8 years ago
Reid Horuff 8a66c85e90 [rocksdb] Two Phase Transaction 8 years ago
Reid Horuff 1b8a2e8fdd [rocksdb] Memtable Log Referencing and Prepared Batch Recovery 8 years ago
Reid Horuff 0460e9dcce Modification of WriteBatch to support two phase commit 8 years ago
Islam AbdelRahman d86f9b9c3f Fix lite build 8 years ago