Commit Graph

203 Commits (59b3ee658fdf49c68bfbb6f4520a36bdbd1fc3c4)

Author SHA1 Message Date
Yueh-Hsuan Chiang 4a8cbf4e31 Allows Get and MultiGet to read directly from SST files. 9 years ago
sdong 73a9b0f4ba Update version to 4.5 9 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
sdong d20915d52a Disable stats about mutex duration by default 9 years ago
sdong 38e1d7fea3 ldb to support --column_family option 9 years ago
sdong fb9811ee9b Add a perf context level that doesn't measure time for mutex operations 9 years ago
agiardullo f7ebc2f346 Update HISTORY.mc for 4.4.0 9 years ago
Gunnar Kudrjavets b1a3b4c0d0 Make ldb automagically determine the file type and use the correct dumping function 9 years ago
sdong 15b8902264 Change default options.delayed_write_rate 9 years ago
sdong b9f77ba12b When slowdown is triggered, reduce the write rate 9 years ago
Islam AbdelRahman d005c66faf Report compaction reason in CompactionListener 9 years ago
sdong d72b31774e Slowdown when writing to the last write buffer 9 years ago
charsyam c30b499541 fix typos in comments 9 years ago
sdong 56e77f0967 Deprecate options.soft_rate_limit and add options.soft_pending_compaction_bytes_limit 9 years ago
sdong d6e1035a1f A new compaction picking priority that optimizes for write amplification for random updates. 9 years ago
krad 188170fb4e Updating HISTORY.md 9 years ago
sdong db320b1b82 DB to only flush the column family with the largest memtable while option.db_write_buffer_size is hit 9 years ago
Venkatesh Radhakrishnan 81be49c755 Have a way for compaction filter to ignore snapshots 9 years ago
sdong 9bc9c93bd4 Move to version 4.3 9 years ago
Yueh-Hsuan Chiang d781da8164 Add CheckOptionsCompatibility() API to options_util 9 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Yueh-Hsuan Chiang db3f5e4948 Update HISTORY.md 9 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 9 years ago
Yueh-Hsuan Chiang 3ecbab0040 Add GetAggregatedIntProperty(): returns the aggregated value from all CFs 9 years ago
Islam AbdelRahman 2872e0c8c2 Clean and expose CreateLoggerFromOptions 9 years ago
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 10 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 10 years ago
sdong 254c4fb88f In HISTORY.md Switch unreleased notes to 3.13 10 years ago
sdong c7742452eb Add Statistics.getHistogramString() to print more detailed outputs of a histogram 10 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 10 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 10 years ago