Commit Graph

46 Commits (385049baf29d2c1ce7c96f5db2b0fc497639b1b1)

Author SHA1 Message Date
Maysam Yabandeh 385049baf2 WritePrepared Txn: Recovery 7 years ago
Maysam Yabandeh 60beefd6e0 WritePrepared Txn: Advance seq one per batch 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
Siying Dong e517bfa2c2 CLANG Tidy 7 years ago
yizhu.sun f5ba131bf8 Fixed some spelling mistakes 8 years ago
siddontang b551104e04 support PopSavePoint for WriteBatch 8 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 8 years ago
Reid Horuff 2c1f95291d Add facility to write only a portion of WriteBatch to WAL 8 years ago
Andrew Kryczka 3771e37970 WriteBatch support for range deletion 8 years ago
Adam Retter e3b1e3dfa6 Expose save points in Java WriteBatch and WBWI (#1092) 9 years ago
Reid Horuff 0460e9dcce Modification of WriteBatch to support two phase commit 9 years ago
Andrew Kryczka 269f6b2e2d Revert "Modification of WriteBatch to support two phase commit" 9 years ago
Reid Horuff 6e56a114be Modification of WriteBatch to support two phase commit 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Nathan Bronson 631863c63b track WriteBatch contents 9 years ago
agiardullo fe789c5f2b Document SingleDelete 9 years ago
Alex Loukissas b0980ff748 Fix unused parameter warnings. 9 years ago
Alex Loukissas bc898c5f80 Fix unused parameter warnings. 9 years ago
jsteemann 624ef456dd fixed formatting. thanks @4tXJ7f for pointing me at `make format` 9 years ago
jsteemann 4704833357 pass input string to WriteBatch() by const reference 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
agiardullo 8161bdb5a0 WriteBatch Save Points 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Reed Allman a0635ba3f6 WriteBatch.Merge w/ SliceParts support 10 years ago
agiardullo 81345b90f9 Create an abstract interface for write batches 10 years ago
Yueh-Hsuan Chiang a94d54aa47 Remove the use of exception in WriteBatch::Handler 10 years ago
sdong 28b5c76004 WriteBatchWithIndex: a wrapper of WriteBatch, with a searchable index 10 years ago
Igor Canadi f0a8be253e JSON (Document) API sketch 10 years ago
Igor Canadi 3992aec8fa Support for column families in TTL DB 11 years ago
Igor Canadi db234133a9 [CF] WriteBatch to take in ColumnFamilyHandle 11 years ago
Igor Canadi 8b7ab9951c [CF] Handle failure in WriteBatch::Handler 11 years ago
Igor Canadi b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families 11 years ago
kailiu c8f16221ed Fix the return type of WriteBatch::Data(). 11 years ago
Siying Dong 9ea8bf90f1 DB::Put() to estimate write batch data size needed and pre-allocate buffer 11 years ago
Siying Dong 51dd21926c DB::Put() to estimate write batch data size needed and pre-allocate buffer 11 years ago
Siying Dong c4548d5f1f WriteBatch to provide a way for user to query data size directly and only return constant reference of data in Data() 11 years ago
Igor Canadi 19e3ee64ac Add column family information to WAL 11 years ago
Igor Canadi 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
Dhruba Borthakur 31295b0a1b Add License message to public header files. 11 years ago
kailiu 21587760b9 Fixing the warning messages captured under mac os # Consider using `git commit -m 'One line title' && arc diff`. # You will save time by running lint and unit in the background. 11 years ago
lovro 8a46ecd357 WriteBatch::Put() overload that gathers key and value from arrays of slices 11 years ago
Dhruba Borthakur 3c37955a2f Remove obsolete namespace mappings. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Mayank Agarwal de98c1d9aa Update documentation for backups and LogData 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Jim Paton cb703c9d03 Allow WriteBatch::Handler to abort iteration 11 years ago
Jim Paton 0307c5fe3a Implement log blobs 11 years ago
Haobo Xu 71e0f695c1 [RocksDB] Expose count for WriteBatch 12 years ago