Commit Graph

232 Commits (8ae2bf53316f25fa4a6a71088291b1accb54f2b2)

Author SHA1 Message Date
Yanqin Jin de7f423a82 Add SST ingestion to ldb (#4205) 7 years ago
Manuel Ung ea212e5316 WriteUnPrepared: Implement unprepared batches for transactions (#4104) 7 years ago
Siying Dong 35b38a232c Update comments of WriteBatchWithIndex 7 years ago
Manuel Ung b9846370e9 WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078) 7 years ago
Yanqin Jin 26d67e357e Support group commits of version edits (#3944) 7 years ago
chouxi 818c84e116 Store timestamp in deadlock detection (#4060) 7 years ago
Manuel Ung a16e00b7b9 WriteUnPrepared Txn: Disable seek to snapshot optimization (#3955) 7 years ago
Maysam Yabandeh 66c7aa32fb Clarify the ownership of root db after TransactionDB::Open 7 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Maysam Yabandeh d15397ba10 WritePrepared Txn: rollback_merge_operands hack 7 years ago
Maysam Yabandeh bde1c1a72a WritePrepared Txn: add stats 7 years ago
Maysam Yabandeh eb5a295440 WritePrepared Txn: add write_committed option to dump_wal 7 years ago
Andrew Kryczka faba3fb53d protect valid backup files when max_valid_backups_to_open is set 7 years ago
Dmitri Smirnov 2a62ca1750 Make Optimistic Tx database stackable 7 years ago
Niv Dayan da82aab126 allowing CompactFiles to return new file names 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Maysam Yabandeh 680864ae54 WritePrepared Txn: Fix bug with duplicate keys during recovery 7 years ago
Maysam Yabandeh 90eca1e616 WritePrepared Txn: optimize SubBatchCnt 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Maysam Yabandeh 8a04ee4fd1 WritePrepared Txn: use TransactionDBWriteOptimizations (2nd attempt) 7 years ago
Maysam Yabandeh 8feee28020 Add skip_cc option to TransactionDB::Write 7 years ago
Maysam Yabandeh 88d8b2a2f5 WritePrepared Txn: Duplicate Keys, Txn Part 7 years ago
Yi Wu 439855a774 StackableDB optionally take shared ownership of the underlying DB 7 years ago
jonasf 4decff6fa8 Add possibility to change ttl on open DB 7 years ago
Anand Ananthabhotla d0f1b49ab6 Add a Close() method to DB to return status when closing a db 7 years ago
Maysam Yabandeh 2515266725 WritePrepared Txn: Refactoring TrackKeys 8 years ago
Prashant D 602fe9454c Fix coverity issues in include/rocksdb 8 years ago
Mikhail Antonov 7fe3b32896 Added support for differential snapshots 8 years ago
Maysam Yabandeh 17731a43a6 WritePrepared Txn: Optimize for recoverable state 8 years ago
Yi Wu 5a2a6483dc Blob DB: Inline small values in base DB 8 years ago
Dmitri Smirnov ebab2e2d42 Enable MSVC W4 with a few exceptions. Fix warnings and bugs 8 years ago
Maysam Yabandeh 4e3c3d8c6a WritePrepared Txn: duplicate keys 8 years ago
Maysam Yabandeh 385049baf2 WritePrepared Txn: Recovery 8 years ago
Yi Wu ec48e5c77f Add TransactionDB::SingleDelete() 8 years ago
Andrew Kryczka f5148ade10 support opening zero backups during engine init 8 years ago
Maysam Yabandeh f46464d383 write-prepared txn: call IsInSnapshot 8 years ago
Artem Danilov 8a6708f5f2 Extend property map with compaction stats 8 years ago
Maysam Yabandeh fbfa3e7a43 WriteAtPrepare: Efficient read from snapshot list 8 years ago
Maysam Yabandeh ccf7f833e3 Use PinnableSlice in Transactions 8 years ago
Archit Mishra bddd5d3630 Added mechanism to track deadlock chain 8 years ago
Aaron G 7848f0b24c add VerifyChecksum() to db.h 8 years ago
Maysam Yabandeh a9a4e89c38 Fix valgrind complaint about initialization 8 years ago
Maysam Yabandeh c9804e007a Refactor TransactionDBImpl 8 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 8 years ago
Sagar Vemuri aace46516b Fix license headers in Cassandra related files 8 years ago
Islam AbdelRahman 50a969131f CacheActivityLogger, component to log cache activity into a file 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago