Commit Graph

429 Commits (f24ef5d6ab8bcde242508536ff504f2c3e304600)

Author SHA1 Message Date
Manuel Ung f622ca2c7c WriteUnPrepared: savepoint support (#5627) 6 years ago
Manuel Ung 80d7067cb2 Use int64_t instead of ssize_t (#5638) 6 years ago
Manuel Ung 41df734830 WriteUnPrepared: Add new variable write_batch_flush_threshold (#5633) 6 years ago
Eli Pozniansky 9625a2bc2b Added SizeApproximationOptions to DB::GetApproximateSizes (#5626) 6 years ago
Mark Rambacher cfcf045acc The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 6 years ago
Venki Pallipadi 22ce462450 Export Import sst files (#5495) 6 years ago
sdong aa0367aabb Allow ldb to open DB as secondary (#5537) 6 years ago
Yanqin Jin 7c76a7fba2 Support GetAllKeyVersions() for non-default cf (#5544) 6 years ago
haoyuhuang 2d1dd5bce7 Support computing miss ratio curves using sim_cache. (#5449) 6 years ago
haoyuhuang bb4178066d Integrate block cache tracer into db_impl (#5433) 6 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 6 years ago
Maysam Yabandeh eab4f49a2c WritePrepared: skip_concurrency_control option (#5330) 6 years ago
Andrew Kryczka 6eb317bb4c Option string/map/file can set env from object registry (#5237) 6 years ago
anand76 1c8cbf315f Extend MultiGet batching to Transactions (#5210) 6 years ago
Fosco Marotto 6c2bf9e916 Add copyright headers per FB open-source checkup tool. (#5199) 6 years ago
Manuel Ung d655a3aab7 Remove extraneous call to TrackKey (#5173) 6 years ago
anand76 fefd4b98c5 Introduce a new MultiGet batching implementation (#5011) 6 years ago
Sergei Glushchenko 39c6c5fc1b Expose DB methods to lock and unlock the WAL (#5146) 6 years ago
Siying Dong a98317f555 Option string/map can set merge operator from object registry (#5123) 6 years ago
Siying Dong 1f7f5a5a79 Run automatic formatter against public header files (#5115) 6 years ago
Zhongyi Xie 52e6404e0f ldb command parsing: allow option values to contain equals signs (#5088) 6 years ago
Rashmi Sharma a4396f9218 Make it easier for users to load options from option file and set shared block cache. (#5063) 6 years ago
Andrew Audibert e50326f327 Document the interaction between disableWAL and BackupEngine (#5071) 6 years ago
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) 7 years ago
jsteemann d1c0d3f358 Small issues (#4564) 7 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