Commit Graph

159 Commits (a203b913c1851897e9ebf0f669d5f56e422dac8a)

Author SHA1 Message Date
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
Venkatesh Radhakrishnan 406a5682eb Fix hang when closing a DB after doing loads with WAL disabled. 9 years ago
Islam AbdelRahman 643bbbf081 Use nullptr for default compaction_filter_factory 9 years ago
Yueh-Hsuan Chiang 2e764f06ea [API Change] Improve EventListener::OnFlushCompleted interface 9 years ago
sdong 4266d4fd90 Allow users to migrate to options.level_compaction_dynamic_level_bytes=true using CompactRange() 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Yueh-Hsuan Chiang 672dda9b3b [API Change] Move listeners from ColumnFamilyOptions to DBOptions 9 years ago
Yueh-Hsuan Chiang e2c1d4b57f [Public API Change] Make DB::GetDbIdentity() be const function. 9 years ago
Karthikeyan Radhakrishnan eaf61ba9f3 Minor text correction 9 years ago
Yueh-Hsuan Chiang b588505a7f Update HISTORY.md for GetThreadList() update. 9 years ago
Karthikeyan Radhakrishnan d5de04d20e Update history for 3.11 9 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 9 years ago
Aashish Pant 794ccfde89 Task 6532943: Rocksdb - SetCapacity() can dynamically change cache capacity if feasible 10 years ago
sdong 953a885ebf A new call back to TablePropertiesCollector to allow users know the entry is add, delete or merge 10 years ago
sdong b23bbaa82a Universal Compactions with Small Files 10 years ago
Igor Canadi d61cb0b9de db_bench can now disable flashcache for background threads 10 years ago
Yueh-Hsuan Chiang 39d508e34c Add a missing section title in HISTORY.md 10 years ago
Yueh-Hsuan Chiang 2d417e52df Update HISTORY.md for 3.10.0 10 years ago