Commit Graph

1477 Commits (1cbc96d236bc7d15553b3a1131fd6d30e637fe56)

Author SHA1 Message Date
Zhongyi Xie 1cbc96d236 FlushReason improvement 7 years ago
Siying Dong 118058ba69 SstFileManager: add bytes_max_delete_chunk 7 years ago
Fosco Marotto de6cf95a53 Update history for future 5.13 release 7 years ago
QingpingWang 2ce8f63f81 C API for PerfContext 7 years ago
Niv Dayan da82aab126 allowing CompactFiles to return new file names 7 years ago
Sagar Vemuri cc118b0e6f Update version 7 years ago
Amy Tai e476d0e252 Adding stat to count cancelled compactions 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Sagar Vemuri e69f6e8629 Fix API name in a comment in db.h 7 years ago
Bruce Mitchener 0de710f5b8 Use nullptr instead of NULL / 0 more consistently. 7 years ago
Stuart f021f1d9e1 Add rocksdb_open_with_ttl function in C API 7 years ago
amytai 0a3db28d98 Disallow compactions if there isn't enough free space 7 years ago
Dmitri Smirnov c364eb42b5 Windows cumulative patch 7 years ago
Yi Wu b864bc9b5b Blob DB: Improve FIFO eviction 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
Yi Wu 1209b6db5c Blob DB: remove existing garbage collection implementation 7 years ago
Yi Wu bf937cf15b Add "rocksdb.live-sst-files-size" DB property 7 years ago
Andrew Kryczka 3ae0047278 skip CompactRange flush based on memtable contents 7 years ago
Siying Dong c287c098a4 Update comments in DB::Close() 7 years ago
Anand Ananthabhotla dfbe52e099 Fix the Logger::Close() and DBImpl::Close() design pattern 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
Sagar Vemuri 8ada876dfe Add rocksdb.iterator.internal-key property 7 years ago
Maysam Yabandeh 8eb1d445c3 Unbreak MemTableRep API change 7 years ago
Maysam Yabandeh 8a04ee4fd1 WritePrepared Txn: use TransactionDBWriteOptimizations (2nd attempt) 7 years ago
Andrew Kryczka ee1c802675 Add delay before flush in CompactRange to avoid write stalling 7 years ago
jsteemann d62af7fa4f fix a typo (of a potential vi user) 7 years ago
Zhongyi Xie 945f618ba5 log flush reason for better debugging experience 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
Anand Ananthabhotla 4b124fb9d3 Handle error return from WriteBuffer() 7 years ago
Maysam Yabandeh 813719e952 WritePrepared Txn: Duplicate Keys, Memtable part 7 years ago
Yi Wu e62a763752 Blob DB: miscellaneous changes 7 years ago
Huachao Huang ab43ff58b5 Delete files in multiple ranges at once 7 years ago
Ben Darnell 65cd6cd4b6 Rewrite comments on use_fsync option 7 years ago
Yi Wu 439855a774 StackableDB optionally take shared ownership of the underlying DB 7 years ago
Ben Darnell 65d431639b Update comments about default WALRecoveryMode 7 years ago
Yi Wu 35d8e65a04 Make Iterator::SeekForPrev pure virtual 7 years ago
Nathan VanBenschoten ec0167eecb Fix WriteBatch rep_ format for RangeDeletion records 7 years ago
Islam AbdelRahman c615689bb5 Support skipping bloom filters for SstFileWriter 7 years ago
topilski b9873162f0 Fixed get version on windows, moved throwing exceptions into cc file. 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
Bo Liu 204af1eccc add WriteBatch::WriteBatch(std::string&&) 7 years ago
Anand Ananthabhotla 199405192d Add a BlockBasedTableOption to turn off index block compression. 7 years ago
Chris Lu 24e2c1640d add support for allow_ingest_behind in C API 7 years ago
Yi Wu 2190e96727 Remove incorrect comment 7 years ago
Anand Ananthabhotla fccc12f386 Add a histogram stat for memtable flush 7 years ago