Commit Graph

114 Commits (b4aa823661dcc701b3e05e464b84f81d6c827531)

Author SHA1 Message Date
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
Lei Jin a062e1f2c4 SetOptions() for memtable related options 11 years ago
Jonah Cohen 092f97e219 Fix comments and typos 11 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 11 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 11 years ago
sdong dd6c444822 Improve Put()'s comment to indicate that the key is overwritten if existing 11 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 11 years ago
Igor Canadi b2cf95fe38 Call EnableFileDeletions with false as argument 11 years ago
Igor Canadi db1854d78c Declare all DB methods virtual so that StackableDB can override them 11 years ago
Igor Canadi 096f5be0ed Put column family information in LiveFileMetaData 11 years ago
Yueh-Hsuan Chiang 9d9d2965cb Add a new mem-table representation based on cuckoo hash. 11 years ago
Igor Canadi e525bb16ea Make kMajorVersion and kMinorVersion take version from version macros 11 years ago
Igor Canadi 6cb0cb300c Add version.h 11 years ago
Igor Canadi 588bca2020 RocksDBLite 11 years ago
Igor Canadi 30aff72f77 Don't shadow in ColumnFamilyDescriptor 11 years ago
Igor Canadi b947fdc89d Column family support for DB::OpenForReadOnly() 11 years ago
Igor Canadi 664559fe2d Small final fixes before merge 11 years ago
Igor Canadi e67241f0b9 Sanity check on Open 11 years ago
Yiting Li 7981a43274 Consistency Check Function 11 years ago
Igor Canadi db234133a9 [CF] WriteBatch to take in ColumnFamilyHandle 11 years ago
Igor Canadi 457c78eb89 [CF] db_stress for column families 11 years ago
Igor Canadi 9f15092ebd [CF] NewIterators 11 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 11 years ago
Igor Canadi 8b7ab9951c [CF] Handle failure in WriteBatch::Handler 11 years ago
Igor Canadi dc277f0ab7 [CF] Adaptation of GetLiveFiles for CF 11 years ago
Igor Canadi 44a9cbda17 Make GetPropertiesOfAllTables not virtual 11 years ago
Igor Canadi 422bb09cb0 Fix table properties 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Igor Canadi 39ae9f7988 Remove constructors for ColumnFamilyHandle 11 years ago
Igor Canadi b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families 11 years ago
Siying Dong 33042669f6 Reduce malloc of iterators in Get() code paths 11 years ago
Igor Canadi bc2ff597b8 Fixed wrong comment GetTableMetaData -> GetLiveFilesMetaData 11 years ago
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