Commit Graph

788 Commits (b604d2562fcf527fe61cbd6e71886c96aa2c84fc)

Author SHA1 Message Date
Islam AbdelRahman 3fd70b05b8 Rate limit deletes issued by DestroyDB 9 years ago
Ari Ekmekji f0da6977a3 [Parallel L0-L1 Compaction Prep]: Giving Subcompactions Their Own State 9 years ago
sdong 72613657f0 Measure file read latency histogram per level 9 years ago
Nathan Bronson b7198c3afe reduce db mutex contention for write batch groups 9 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 9 years ago
agiardullo 0db807ec28 Transaction error statuses 9 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 9 years ago
sdong 6a4aaadcd7 Avoid type unique_ptr in LogWriterNumber::writer for Windows build break 9 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 9 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 9 years ago
Poornima Chozhiyath Raman 1bdfcef7bf Fix when output level is 0 of universal compaction with trivial move 9 years ago
Mike Kolupaev fe09a6dae3 [wal changes 2/3] write with sync=true syncs previous unsynced wals to prevent illegal data loss 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
Igor Canadi a96fcd09b7 Deprecate CompactionFilterV2 9 years ago
sdong 6c0c8dee7b Fix data loss after DB recovery by not allowing flush/compaction to be scheduled until DB opened 9 years ago
Poornima Chozhiyath Raman beb19ad0dd Fixing delete files in Trivial move of universal compaction 9 years ago
Igor Canadi 5aea98ddd8 Deprecate WriteOptions::timeout_hint_us 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
sdong 5fd11853cb Print Fast CRC32 support information in DB LOG 9 years ago
Poornima Chozhiyath Raman 4bed00a44b Fix function name format according to google style 9 years ago
Poornima Chozhiyath Raman c0b23dd5b0 Enabling trivial move in universal compaction 9 years ago
Yueh-Hsuan Chiang 4ce5be4255 fixed leaking log::Writers 9 years ago
Mike Kolupaev 218487d8dc [wal changes 1/3] fixed unbounded wal growth in some workloads 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Venkatesh Radhakrishnan c9cd404bcd Make flush check for shutdown 9 years ago
Islam AbdelRahman 674b1181cf Bottommost level compaction option 9 years ago
Giuseppe Ottaviano 782a1590f9 Implement a table-level row cache 9 years ago
krad de85e4cadf Introduce WAL recovery consistency levels 9 years ago
Islam AbdelRahman 530534fceb Fix trivial move merge 9 years ago
Igor Canadi 760e9a94de Fail DB::Open() when the requested compression is not available 9 years ago
Islam AbdelRahman 4eabbdb7ec Skip bottommost level compaction if possible 9 years ago
Yueh-Hsuan Chiang bb1c74ce18 Fixed a bug of CompactionStats in multi-level universal compaction case 9 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 9 years ago
Igor Canadi 25d600569d Clean up InstallSuperVersion 9 years ago
sdong 40f562e747 Allow GetApproximateSize() to include mem table size if it is skip list memtable 9 years ago
Islam AbdelRahman cccd2199a6 Revert skip bottommost compaction 9 years ago
Islam AbdelRahman 20f2b54252 Skip bottom most level compaction if no compaction filter 9 years ago
sdong 7842920be5 Slow down writes by bytes written 9 years ago
Islam AbdelRahman d6ce0f7c61 Add largest sequence to FlushJobInfo 9 years ago
Yueh-Hsuan Chiang 3eddd1abe9 Add Env::GetThreadID(), which returns the ID of the current thread. 9 years ago
Islam AbdelRahman 73faa3d41d Handling edge cases for ReFitLevel 9 years ago
Venkatesh Radhakrishnan 406a5682eb Fix hang when closing a DB after doing loads with WAL disabled. 9 years ago
sdong d8c8f08c12 GetSnapshot() and ReleaseSnapshot() to move new and free out of DB mutex 9 years ago
sdong 6df589b446 Add TablePropertiesCollector::NeedCompact() to suggest DB to further compact output files 9 years ago
Yueh-Hsuan Chiang 2e764f06ea [API Change] Improve EventListener::OnFlushCompleted interface 9 years ago
Yueh-Hsuan Chiang 7322c74012 Revert incorrect commit 9 years ago
Islam AbdelRahman 31e60e2a77 Unlock mutex in ReFitLevel 9 years ago
Yueh-Hsuan Chiang 7647df8f9e Fixed the tsan failure in util/compaction_job_stats_impl.cc 9 years ago