Commit Graph

2121 Commits (a41f68ac228ecaa92efed26975cffcc034ed58cf)

Author SHA1 Message Date
Andres Noetzli b604d2562f Removing unused variables to fix build 9 years ago
Venkatesh Radhakrishnan 1b114eed4d Free file iterators for files which are above the iterate upper bound to Improve memory utilization 9 years ago
Islam AbdelRahman 3fd70b05b8 Rate limit deletes issued by DestroyDB 9 years ago
Yueh-Hsuan Chiang df79eafcb3 Introduce GetIntProperty("rocksdb.size-all-mem-tables") 9 years ago
sdong 888fbdc889 Remove the contstaint that iterator upper bound needs to be within a prefix 9 years ago
Ari Ekmekji 137c376675 Removing variables used only in assertions to prevent build error 9 years ago
Ari Ekmekji b47cc58516 Bounding Number of Subcompactions 9 years ago
Venkatesh Radhakrishnan e58e1b18e7 Make tailing iterator show new entries in memtable. 9 years ago
Ari Ekmekji 601b1aaca0 Fixing Failed Assertion in Subcompaction State Diff 9 years ago
Ari Ekmekji f0da6977a3 [Parallel L0-L1 Compaction Prep]: Giving Subcompactions Their Own State 9 years ago
Andres Notzli f32a572099 Simplify querying of merge results 9 years ago
sdong 72613657f0 Measure file read latency histogram per level 10 years ago
Nathan Bronson b7198c3afe reduce db mutex contention for write batch groups 10 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 10 years ago
sdong 4637207120 Add test case to repro the mispositional iterator in a low-chance data race case 10 years ago
agiardullo 0db807ec28 Transaction error statuses 10 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 10 years ago
Islam AbdelRahman c2868cbc52 Use manual_compaction for compaction_job_test 10 years ago
Islam AbdelRahman cee1e8a080 Parallelize LoadTableHandlers 10 years ago
Andres Notzli 4249f159d5 Removing duplicate code in db_bench/db_stress, fixing typos 10 years ago
Nathan Bronson 1ae27113c7 reduce comparisons by skiplist 10 years ago
Islam AbdelRahman a9dcc0a638 Fix clang build 10 years ago
Andres Notzli 68f934355a Better CompactionJob testing 10 years ago
agiardullo 16ea1c7d1c simple ManagedSnapshot wrapper 10 years ago
sdong 6a4aaadcd7 Avoid type unique_ptr in LogWriterNumber::writer for Windows build break 10 years ago
Andres Noetzli d7314ba759 Fixing endless loop if seeking to end of key with seq num 0 10 years ago
Islam AbdelRahman 29b028b0ed Make DeleteScheduler tests more reliable 10 years ago
Poornima Chozhiyath Raman 7d364d0d94 Fix build failure 10 years ago
Poornima Chozhiyath Raman 960d936e83 Add function 'GetInfoLogList()' 10 years ago
sdong 7ccd1c80a7 Add two unit tests for SyncWAL() 10 years ago
sdong 3ae386eafe Add statistic histogram "rocksdb.sst.read.micros" 10 years ago
Islam AbdelRahman 9aec75fbb9 Enable DBTest.FlushSchedule under TSAN 10 years ago
sdong 8e01bd1144 Fix misplaced position for reversing iterator direction while current key is a merge 10 years ago
Andres Notzli c465071029 Removing duplicate code 10 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 10 years ago
Ari Ekmekji 5dc3e6881a Update Tests To Enable Subcompactions 10 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 10 years ago
Yueh-Hsuan Chiang 241bb2aef3 Make DBCompactionTest.SkipStatsUpdateTest more stable. 10 years ago
Yueh-Hsuan Chiang 14d0bfa429 Add DBOptions::skip_sats_update_on_db_open 10 years ago
Venkatesh Radhakrishnan 20b244fcca Fix CompactFiles by adding all necessary files 10 years ago
Venkatesh Radhakrishnan 87df6295dd Make SuggestCompactRangeNoTwoLevel0Compactions deterministic 10 years ago
Ari Ekmekji 40c64434d4 Parallelize L0-L1 Compaction: Restructure Compaction Job 10 years ago
Andres Notzli 193dc977e7 Fixing dead code in table_properties_collector_test 10 years ago
agiardullo 8161bdb5a0 WriteBatch Save Points 10 years ago
Andres Notzli d06c82e477 Further cleanup of CompactionJob and MergeHelper 10 years ago
Andres Notzli e95c59cd2f Count number of corrupt keys during compaction 10 years ago
Poornima Chozhiyath Raman 1bdfcef7bf Fix when output level is 0 of universal compaction with trivial move 10 years ago
sdong 82f148ef97 Fix test DBCompactionTest.PartialCompactionFailure undeterministic failure 10 years ago
Mike Kolupaev 4922af6f8d fixed DBTest.GetPropertiesOfAllTablesTest and DBTest.GetUserDefinedTablaProperties flakiness 10 years ago
Mike Kolupaev fe09a6dae3 [wal changes 2/3] write with sync=true syncs previous unsynced wals to prevent illegal data loss 10 years ago