Commit Graph

177 Commits (4e07c99a9a1d3dd83ae781adc1a3b5266ba76dd7)

Author SHA1 Message Date
sdong 666fb5df43 Remove DefaultCompactionFilterFactory. 9 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 9 years ago
sdong b77eb16aba New Manifest format to allow customized fields in NewFile. 9 years ago
sdong 000836a880 CompactionFilter::Context to contain column family ID 9 years ago
Yueh-Hsuan Chiang 3a0bf873b5 Change RocksDB version to 4.1 9 years ago
Igor Canadi 9803e0d813 compaction_filter.h cleanup 9 years ago
Igor Canadi d80ce7f99a Compaction filter on merge operands 9 years ago
dyniusz 0267502655 Support for LevelDB SST with .ldb suffix 9 years ago
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Islam AbdelRahman f3f2032c46 Release RocksDB 4.0.0 9 years ago
agiardullo 25dbc579f5 Update HISTORY file for transactions 9 years ago
Andres Noetzli 6bdc484fd8 Added Equal method to Comparator interface 9 years ago
Igor Canadi b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
Ari Ekmekji 2f8d71ec05 Moving sequence number compaction variables from SubCompactionState to CompactionJob 9 years ago
Yueh-Hsuan Chiang 6996de87af Expose per-level aggregated table properties via GetProperty() 9 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 9 years ago
Islam AbdelRahman 3bd9db420e [Cleanup] Remove RandomRWFile 9 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 9 years ago
sdong 254c4fb88f In HISTORY.md Switch unreleased notes to 3.13 9 years ago
sdong c7742452eb Add Statistics.getHistogramString() to print more detailed outputs of a histogram 9 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 9 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 9 years ago
Yueh-Hsuan Chiang 3424eeb1ed Polish HISTORY.md 9 years ago
Yueh-Hsuan Chiang 24daff6d7a Fix a typo and update HISTORY.md for NewCompactOnDeletionCollectorFactory(). 9 years ago
Yueh-Hsuan Chiang 14d0bfa429 Add DBOptions::skip_sats_update_on_db_open 9 years ago
agiardullo 8161bdb5a0 WriteBatch Save Points 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
Igor Canadi a96fcd09b7 Deprecate CompactionFilterV2 9 years ago
Igor Canadi 8a9fca2619 Better error handling in BackupEngine 9 years ago
Igor Canadi a9c5109515 Deprecate purge_redundant_kvs_while_flush 9 years ago
Igor Canadi 5aea98ddd8 Deprecate WriteOptions::timeout_hint_us 9 years ago
Poornima Chozhiyath Raman c0b23dd5b0 Enabling trivial move in universal compaction 9 years ago
Yueh-Hsuan Chiang 59b50dcef9 Update HISTORY.md for Listener 9 years ago
agiardullo 4159f5b87b Prepare 3.12 9 years ago
Aaron Feldman a69bc91e37 Multithreaded backup and restore in BackupEngineImpl 9 years ago
Igor Canadi 0a019d74a0 Use malloc_usable_size() for accounting block cache size 9 years ago
Islam AbdelRahman 674b1181cf Bottommost level compaction option 9 years ago
Giuseppe Ottaviano 782a1590f9 Implement a table-level row cache 9 years ago
Igor Canadi 760e9a94de Fail DB::Open() when the requested compression is not available 9 years ago
Aaron Feldman 69bb210d58 Add Cache.GetPinnedUsageUsage() 9 years ago
Islam AbdelRahman 4eabbdb7ec Skip bottommost level compaction if possible 9 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 9 years ago
sdong 40f562e747 Allow GetApproximateSize() to include mem table size if it is skip list memtable 9 years ago
Igor Canadi d59d90bb1f db_bench periodically writes QPS to CSV file 9 years ago
sdong 7842920be5 Slow down writes by bytes written 9 years ago
Igor Canadi 821cff114e Re-generate WriteEntry on WBWIIterator::Entry() 9 years ago
Igor Canadi 75222d130e Revert "Fix compile" 9 years ago
Igor Canadi 4949ef08db Re-generate WriteEntry on WBWIIterator::Entry() 9 years ago