Commit Graph

504 Commits (c11d604ab38bfbf04b5a7e41f20ae879b42ff5cd)

Author SHA1 Message Date
sdong 0abaed2e08 Support multiple DB directories in universal compaction style 10 years ago
Igor Canadi 20c056306b Remove stats logger 10 years ago
sdong dd6c444822 Improve Put()'s comment to indicate that the key is overwritten if existing 10 years ago
Reed Allman 1fc71a4b16 C API: create missing cf's, cleanup 10 years ago
sdong 01700b6911 Update master to version 3.3 10 years ago
sdong 36de0e5359 Add a function to return current perf level 10 years ago
Stanislau Hlebik 30c81e7717 Removing NewTotalOrderPlainTableFactory 10 years ago
Igor Canadi f0a8be253e JSON (Document) API sketch 10 years ago
Lei Jin 534357ca3a integrate rate limiter into rocksdb 10 years ago
Lei Jin 5ef1ba7ff5 generic rate limiter 10 years ago
Reed Allman fd3fb4b0bf C API: update options w/ convenience funcs & fifo compaction 10 years ago
sdong 01159aa802 stackable_db: add default function for GetLiveFilesMetaData() 10 years ago
Igor Canadi 8a03935f8c Fix valgrind error in c_test 10 years ago
Evan Shaw 3f7104d7c5 C API: Allow setting compaction filter factory 10 years ago
Evan Shaw 91bede79cc C API: Add support for compaction filter factories (v1) 10 years ago
Evan Shaw 0bf5589c74 Fix compaction_filter.h typos 10 years ago
Reed Allman 1a34aaaef0 C API: column family support 10 years ago
Evan Shaw 9fc23d0c56 C API: support constructing write batch from serialized representation 10 years ago
Yueh-Hsuan Chiang 90a6aca48e Finer report I/O stats about Flush and Compaction. 10 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 10 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 10 years ago
sdong 9c332aa11a HashLinkList memtable switches a bucket to a skip list to reduce performance outliers 10 years ago
sdong 19de6a7aad Remove MemTableRep::GetIterator(const Slice& slice) 10 years ago
Haobo Xu dfb31d152d [RocksDB] allow LDB tool to have customized key formatter 10 years ago
Igor Canadi 00b26c3a83 JSONDocument 10 years ago
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
Evan Shaw d72313a7fa Add a way to set compaction filter in the C API 10 years ago
Evan Shaw df2701373d Support for compaction filters in the C API 10 years ago
sdong edd47c5104 PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 10 years ago
Haobo Xu 0f0076ed5a [RocksDB] Reduce memory footprint of the blockbased table hash index. 10 years ago
Igor Canadi 3525aac9e5 Change order of parameters in adaptive table factory 10 years ago
sdong 8c265c08f1 HashLinkList to log distribution of number of entries aross buckets 10 years ago
sdong 200e4b4a72 Add a table factory that can read DB with both of PlainTable and BlockBasedTable in it 10 years ago
Yueh-Hsuan Chiang e6e259b8ab Include max_write_buffer_number >= 2 to SanitizeOptions. 10 years ago
Igor Canadi f43c8262c2 Don't compress block bigger than 2GB 10 years ago
Igor Canadi a0191c9dfe Create Missing Column Families 10 years ago
sdong df9069d23f In DB::NewIterator(), try to allocate the whole iterator tree in an arena 10 years ago
sdong 462796697c dynamic_bloom: replace some divide (remainder) operations with shifts in locality mode, and other improvements 10 years ago
Igor Canadi f068d2a94d Move master version to 3.2 10 years ago
Igor Canadi 6de6a06631 FIFO compaction style 10 years ago
Igor Canadi b2cf95fe38 Call EnableFileDeletions with false as argument 10 years ago
Igor Canadi c07c9606ed Expose Status::code() 10 years ago
Igor Canadi 26f5dd9a5a TablePropertiesCollectorFactory 10 years ago
Igor Canadi 3edc056f6d comment 10 years ago
Igor Canadi 038a477b53 Make it easier to start using RocksDB 10 years ago
sdong 3a171dcb51 Pass logger to memtable rep and TLB page allocation error logged to info logs 10 years ago
sdong 4a7c747064 Revert "Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB"" 10 years ago
Igor Canadi db1854d78c Declare all DB methods virtual so that StackableDB can override them 10 years ago
Igor Canadi d69dc64be7 Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB" 10 years ago
Benjamin Renard 41e5cf2392 Add share_files_with_cheksum option to BackupEngine 10 years ago