Commit Graph

135 Commits (15999e728ec5d5ab8037be0f85b41ec1033aaf05)

Author SHA1 Message Date
Igor Canadi f24a3ee52d Read from and write to different column families 11 years ago
Igor Canadi 4bf25357ae [column families] Removing VersionSet::current() 11 years ago
Igor Canadi eb055609e4 [column families] Move memtable and immutable memtable list to column family data 11 years ago
Igor Canadi 832158e7f7 Fsync directory after we create a new file 11 years ago
Igor Canadi c583157d49 MemTableListVersion 11 years ago
Lei Jin aba2acb5ec CompactRange() to return status 11 years ago
Tomislav Novak 81c9cc9b3b Tailing iterator 11 years ago
Igor Canadi 6fe9b57748 Refactor Recover() code 11 years ago
Mark Callaghan 439e36db21 Fix SlowdownAmount 11 years ago
Igor Canadi 2f4eda7890 Move functions from VersionSet to Version 11 years ago
Igor Canadi d9cd7a063f Fix CompactRange to apply filter to every key 11 years ago
Igor Canadi 7d9f21cf23 BuildBatchGroup -- memcpy outside of lock 11 years ago
Mark Callaghan 50994bf699 Don't always compress L0 files written by memtable flush 11 years ago
Igor Canadi 72918efffe [column families] Implement DB::OpenWithColumnFamilies() 11 years ago
Tomislav Novak 9f690ec62c Fix a deadlock in CompactRange() 11 years ago
Igor Canadi ef6ad1708d [column families] Support to create and drop column families 11 years ago
Igor Canadi b60c14f6ee Support multi-threaded DisableFileDeletions() and EnableFileDeletions() 11 years ago
Igor Canadi 1fdb3f7dc6 [RocksDB] Optimize locking for Get 11 years ago
Igor Canadi 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
Mark Callaghan e9e6b00d29 Add monitoring for universal compaction and add counters for compaction IO 11 years ago
Igor Canadi fb9fce4fc3 [RocksDB] BackupableDB 11 years ago
Mayank Agarwal 18802689b8 Make an API to get database identity from the IDENTITY file 11 years ago
Igor Canadi 043fc14c3e Get rid of some shared_ptrs 11 years ago
Dhruba Borthakur 98968ba937 Free obsolete memtables outside the dbmutex had a memory leak. 11 years ago
Igor Canadi 3ce3658411 DB::GetOptions() 11 years ago
Igor Canadi 11c26bd4a4 [RocksDB] Interface changes required for BackupableDB 11 years ago
Igor Canadi a0ce3fd00a PurgeObsoleteFiles() unittest 11 years ago
Igor Canadi 9bc4a26f56 Small changes in Deleting obsolete files 11 years ago
Dhruba Borthakur 318a4919d2 Fix valgrind check by initialising DeletionState. 11 years ago
Igor Canadi 1510339e52 Speed up FindObsoleteFiles 11 years ago
shamdor c2be2cba04 WAL log retention policy based on archive size. 11 years ago
Mayank Agarwal f837f5b1c9 Making the transaction log iterator more robust 11 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Siying Dong f03b2df010 Follow-up Cleaning-up After D13521 11 years ago
Mayank Agarwal 56305221c4 Unify DeleteFile and DeleteWalFiles 11 years ago
Siying Dong 9edda37027 Universal Compaction to Have a Size Percentage Threshold To Decide Whether to Compress 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Siying Dong 073cbfc8f0 Enable background flush thread by default and fix issues related to it 11 years ago
Siying Dong 88f2f89068 Change Function names from Compaction->Flush When they really mean Flush 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur 0a9f873f4b Removed scribe, thrift and java modules. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Mayank Agarwal 854d236361 Add backward compatible option in GetLiveFiles to choose whether to not Flush first 11 years ago
Haobo Xu fa798e9e28 [Rocksdb] Submit mem table flush job in a different thread pool 11 years ago
Haobo Xu 0e422308aa [RocksDB] Remove Log file immediately after memtable flush 11 years ago
Xing Jin 42c109cc2e New ldb command to convert compaction style 11 years ago
Dhruba Borthakur fc0c399d2e Introduced a new flag non_blocking_io in ReadOptions. 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Simha Venkataramaiah 60bf2b7d4a Add APIs to query SST file metadata and to delete specific SST files 11 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago