Commit Graph

96 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)

Author SHA1 Message Date
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 7 years ago
Maysam Yabandeh 20778f2f92 Adding comments to the write path 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Dmitri Smirnov be723a8d8c Optionally construct Post Processing Info map in MemTableInserter 7 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 8 years ago
Islam AbdelRahman f38540b12a WriteBatchWithIndex micro optimization 8 years ago
Sandeep Joshi 63e8f1b55b Formatted lines to adhere to 80 char limit 8 years ago
Sandeep Joshi 24420947d9 Replace kHeader by WriteBatchInternal::kHeader in few more places 8 years ago
zensan 78711524b7 In all the places where log records are read, there was a check that 8 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 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 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
Igor Canadi 3d9e6f7759 Push model for flushing memtables 10 years ago
Lei Jin 52311463e9 MemTableOptions 10 years ago
Igor Canadi a84234a61b Ignore missing column families 10 years ago
sdong 28b5c76004 WriteBatchWithIndex: a wrapper of WriteBatch, with a searchable index 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
Igor Canadi f0a8be253e JSON (Document) API sketch 10 years ago
Igor Canadi 3992aec8fa Support for column families in TTL DB 10 years ago