Commit Graph

103 Commits (382277d0fe79ece86b799e3925919cf44c3afb4c)

Author SHA1 Message Date
Maysam Yabandeh eb6425303e Update WritePrepared with the pseudo code 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Yi Wu ad19eb8686 Fixing blob db sequence number handling 7 years ago
Yi Wu 07bdcb91fe New WriteImpl to pipeline WAL/memtable write 7 years ago
siddontang b551104e04 support PopSavePoint for WriteBatch 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 8 years ago
Maysam Yabandeh 20778f2f92 Adding comments to the write path 8 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Dmitri Smirnov be723a8d8c Optionally construct Post Processing Info map in MemTableInserter 8 years ago
Andrew Kryczka 661e4c9267 DeleteRange unsupported in non-block-based tables 8 years ago
Aaron Gao b39b2ee12f do not call get() in recovery mode 8 years ago
Reid Horuff 2c1f95291d Add facility to write only a portion of WriteBatch to WAL 8 years ago
Aaron Gao 715256338a forbid merge during recovery 8 years ago
Andrew Kryczka 3771e37970 WriteBatch support for range deletion 8 years ago
sdong 2a6d0cde72 Ignore stale logs while restarting DBs 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
sdong 907f24d0e1 Concurrent memtable inserter to update counters and flush state after all inserts 8 years ago
charsyam 4f2b0946d1 fix simple typos (#1183) 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
Islam AbdelRahman 7c919deccc Reuse TimedFullMerge instead of FullMerge + instrumentation 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 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
Andrew Kryczka 269f6b2e2d Revert "Modification of WriteBatch to support two phase commit" 8 years ago
Reid Horuff 6e56a114be Modification of WriteBatch to support two phase commit 9 years ago
Islam AbdelRahman f38540b12a WriteBatchWithIndex micro optimization 9 years ago
Sandeep Joshi 63e8f1b55b Formatted lines to adhere to 80 char limit 9 years ago
Sandeep Joshi 24420947d9 Replace kHeader by WriteBatchInternal::kHeader in few more places 9 years ago
zensan 78711524b7 In all the places where log records are read, there was a check that 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
reid horuff 6f71d3b68b Improve perf of Pessimistic Transaction expirations (and optimistic transactions) 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
Gunnar Kudrjavets 97265f5f14 Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
Nathan Bronson 6ce42dd075 Don't merge WriteBatch-es if WAL is disabled 9 years ago
Nathan Bronson 631863c63b track WriteBatch contents 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 9 years ago
agiardullo 16ea1c7d1c simple ManagedSnapshot wrapper 9 years ago
agiardullo 8161bdb5a0 WriteBatch Save Points 9 years ago
Reed Allman a0635ba3f6 WriteBatch.Merge w/ SliceParts support 9 years ago
Anurag Indu 3d1a924ff3 Adding stats for the merge and filter operation 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Igor Canadi 7731d51c82 Simplify column family concurrency 10 years ago
Yueh-Hsuan Chiang a94d54aa47 Remove the use of exception in WriteBatch::Handler 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago