Commit Graph

180 Commits (9c7da963bc8b3df8f3ed3865f00dd7c483267ac0)

Author SHA1 Message Date
Igor Canadi 8d4db63a2d [CF] OpenWithColumnFamilies -> Open 11 years ago
Igor Canadi eb055609e4 [column families] Move memtable and immutable memtable list to column family data 11 years ago
Lei Jin aba2acb5ec CompactRange() to return status 11 years ago
Igor Canadi 7c5e583a27 ColumnFamilySet 11 years ago
Igor Canadi d9cd7a063f Fix CompactRange to apply filter to every key 11 years ago
Igor Canadi 72918efffe [column families] Implement DB::OpenWithColumnFamilies() 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 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
Igor Canadi fb9fce4fc3 [RocksDB] BackupableDB 11 years ago
Mayank Agarwal 92e8316118 Make GetDbIdentity pure virtual and also implement it for StackableDB, DBWithTTL 11 years ago
Mayank Agarwal 18802689b8 Make an API to get database identity from the IDENTITY file 11 years ago
Igor Canadi 3ce3658411 DB::GetOptions() 11 years ago
Igor Canadi 11c26bd4a4 [RocksDB] Interface changes required for BackupableDB 11 years ago
Dhruba Borthakur 31295b0a1b Add License message to public header files. 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
Naman Gupta fe25070242 In-place updates for equal keys and similar sized values 11 years ago
Mayank Agarwal 56305221c4 Unify DeleteFile and DeleteWalFiles 11 years ago
Dhruba Borthakur 3c37955a2f Remove obsolete namespace mappings. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 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 12 years ago
Mayank Agarwal de98c1d9aa Update documentation for backups and LogData 12 years ago
Mayank Agarwal aa5c897d42 Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfType 12 years ago
Xing Jin 42c109cc2e New ldb command to convert compaction style 12 years ago
Dhruba Borthakur 59de2dbad7 Cleanup DeleteFile API 12 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 12 years ago
Simha Venkataramaiah 60bf2b7d4a Add APIs to query SST file metadata and to delete specific SST files 12 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 12 years ago
Mayank Agarwal 59d0b02f8b Expand KeyMayExist to return the proper value if it can be found in memory and also check block_cache 12 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 12 years ago
Haobo Xu 9ee68871dc [RocksDB] Enable manual compaction to move files back to an appropriate level. 12 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 12 years ago
Mayank Agarwal d56523c49c Update rocksdb version 12 years ago
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases. 12 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 12 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Dhruba Borthakur f4c2b7cf97 Enhance ReadOnly mode to process the all committed transactions. 12 years ago
Dhruba Borthakur 24fc379273 An public api to fetch the latest transaction id. 12 years ago
Abhishek Kona 8055008909 GetUpdatesSince API to enable replication. 12 years ago
heyongqiang 3fcf533ed0 Add a readonly db 12 years ago
Dhruba Borthakur ae36e509f8 The BackupAPI should also list the length of the manifest file. 13 years ago
Dhruba Borthakur ba55d77b5d Ability to take a file-lvel snapshot from leveldb. 13 years ago
heyongqiang a4f9b8b49e merge 1.5 13 years ago
heyongqiang 22ee777f68 add flush interface to DB 13 years ago
heyongqiang 4e4b6812ff Make some variables configurable for each db instance 13 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 13 years ago
Sanjay Ghemawat bc1ee4d25e build shared libraries; updated version to 1.3; add Status accessors 13 years ago