summaryrefslogtreecommitdiff
path: root/db/write_thread.h
AgeCommit message (Expand)Author
2021-06-18typo: fix typo in db/write_thread's state (#8423)mwish
2021-03-19Include C++ standard library headers instead of C compatibility headers (#8068)storagezhang
2021-01-29Integrity protection for live updates to WriteBatch (#7748)Andrew Kryczka
2020-10-14Remove the status.PermitUncheckedError() from WriteGroup Destructor (#7555)Zhichao Cao
2020-10-02Enforce status check for corruption_test (#7453)Yanqin Jin
2020-10-02Status check enforcement for error_handler_fs_test (#7342)Zhichao Cao
2020-08-20Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283)mrambacher
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-09-11Option to make write group size configurable (#5759)Ronak Sisodia
2019-01-03Fix skip WAL for whole write_group when leader's callback fail (#4838)DorianZheng
2018-10-09Handle mixed slowdown/no_slowdown writer properly (#4475)Anand Ananthabhotla
2018-07-17Fix write get stuck when pipelined write is enabled (#4143)Yi Wu
2018-02-05WritePrepared Txn: Duplicate Keys, Txn PartMaysam Yabandeh
2017-11-30WritePrepared Txn: PreReleaseCallbackMaysam Yabandeh
2017-09-28WritePrepared Txn: RecoveryMaysam Yabandeh
2017-08-09fix commentjimmyway
2017-07-15Change RocksDB LicenseSiying Dong
2017-05-19New WriteImpl to pipeline WAL/memtable writeYi Wu
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-13Simplify write thread logicYi Wu
2017-04-10Adding comments to the write pathMaysam Yabandeh
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-04-04Refactor WriteImpl (pipeline write part 1)Yi Wu
2016-11-21Add WriteOptions.no_slowdownMaysam Yabandeh
2016-06-25fix simple typos (#1183)charsyam
2016-05-10[rocksdb] Memtable Log Referencing and Prepared Batch RecoveryReid Horuff
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-02-05Improve perf of Pessimistic Transaction expirations (and optimistic transacti...reid horuff
2015-12-30use -Werror=missing-field-initializers, to closer match MyRocks buildNathan Bronson
2015-12-25support for concurrent adds to memtableNathan Bronson
2015-08-14reduce db mutex contention for write batch groupsNathan Bronson
2015-07-14Deprecate WriteOptions::timeout_hint_usIgor Canadi
2015-07-11Fix public API dependency on internal codes and dependency on MAX_INT32sdong
2015-07-01Windows Port from MicrosoftDmitri Smirnov
2015-06-11Slow down writes by bytes writtensdong
2015-05-29Optimistic Transactionsagiardullo
2015-02-04Add a counter for collecting the wait time on db mutex.Yueh-Hsuan Chiang
2014-09-12WriteThreadIgor Canadi