Commit Graph

356 Commits (7303d02bdf4c35b051cdcbbeb1b7239e696fb814)

Author SHA1 Message Date
Maysam Yabandeh 0f4244fe00 WritePrepared: Improve stress tests with slow threads (#4974) 6 years ago
Yanqin Jin 5af9446ee6 Remove Lua compaction filter from RocksDB main repo (#4971) 6 years ago
Yanqin Jin a69d4deefb Atomic ingest (#4895) 6 years ago
Maysam Yabandeh 9144d1f186 WritePrepared: add private options to TransactionDBOptions (#4966) 6 years ago
Siying Dong f48758e939 Deprecate CompactionFilter::IgnoreSnapshots() = false (#4954) 6 years ago
Siying Dong 1fb2e274c5 Remove some components (#4101) 6 years ago
Adam Retter 1b0c9ce396 Fix Windows broken build error due to non-const override (#4798) 6 years ago
DorianZheng 2670fe8c73 Get `CompactionJobInfo` from CompactFiles 6 years ago
Maysam Yabandeh 21fca397cc Fix inline comments for assumed_tracked (#4762) 6 years ago
Maysam Yabandeh b878f93c70 Extend Transaction::GetForUpdate with do_validate (#4680) 6 years ago
Zhongyi Xie 2f1ca4e838 Revert "BaseDeltaIterator: always check valid() before accessing key(… (#4744) 6 years ago
Zhongyi Xie 3a18bb3e15 BaseDeltaIterator: always check valid() before accessing key() (#4702) 6 years ago
Zhongyi Xie a21cb22ee3 Revert "apply ReadOptions.iterate_upper_bound to transaction iterator… (#4705) 6 years ago
Maysam Yabandeh c2a20f1776 Fix ignoring params in default impl of GetForUpdate (#4679) 6 years ago
Zhongyi Xie b76398a82b apply ReadOptions.iterate_upper_bound to transaction iterator (#4656) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Yanqin Jin 5b4c709fad Enable atomic flush (#4023) 6 years ago
jsteemann d1c0d3f358 Small issues (#4564) 6 years ago
Anand Ananthabhotla 72712f4e28 Allow dynamic modification of window size and deletion trigger (#4403) 7 years ago
Maysam Yabandeh 3f5282268f Skip concurrency control during recovery of pessimistic txn (#4346) 7 years ago
Kefu Chai faf529fd7c env_librados.h: drop redundant #endif (#4354) 7 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 7 years ago
jsteemann 90f744941d adds missing PopSavePoint method to Transaction (#4256) 7 years ago
Siying Dong 9c0c8f5ff6 GetAllKeyVersions() to take an extra argument of `max_num_ikeys`. (#4271) 7 years ago
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