Commit Graph

315 Commits (158da7a6eeecedac0c837bc6989d4773176d350c)

Author SHA1 Message Date
Jonah Cohen 092f97e219 Fix comments and typos 11 years ago
Igor Canadi a2bb7c3c33 Push- instead of pull-model for managing Write stalls 11 years ago
Raghav Pisolkar e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' 11 years ago
Lei Jin 703c3eacd9 comments about the BlockBasedTableOptions migration in Options 11 years ago
Igor Canadi a84234a61b Ignore missing column families 11 years ago
Lei Jin 1755581f19 improve OptimizeForPointLookup() 11 years ago
Lei Jin 23861857c4 ReadOptions.total_order_seek to allow total order seek for block-based table when hash index is enabled 11 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 11 years ago
Lei Jin 5d0074c471 set bytes_per_sync to 1MB if rate limiter is enabled 11 years ago
Igor Canadi 99e03bcbf1 Better comment for inplace_update_support 11 years ago
Lei Jin d650612c4c expose RateLimiter definition 11 years ago
sdong e6de02103a Add a utility function to guess optimized options based on constraints 11 years ago
Lei Jin 9c0d84d240 improve comments for CrateRateLimiter() 11 years ago
sdong 0abaed2e08 Support multiple DB directories in universal compaction style 11 years ago
Igor Canadi 20c056306b Remove stats logger 11 years ago
Lei Jin 534357ca3a integrate rate limiter into rocksdb 11 years ago
Lei Jin 5ef1ba7ff5 generic rate limiter 11 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 11 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 11 years ago
Igor Canadi d4a8423334 Remove seek compaction 11 years ago
Yueh-Hsuan Chiang e6e259b8ab Include max_write_buffer_number >= 2 to SanitizeOptions. 11 years ago
Igor Canadi a0191c9dfe Create Missing Column Families 11 years ago
sdong 462796697c dynamic_bloom: replace some divide (remainder) operations with shifts in locality mode, and other improvements 11 years ago
Igor Canadi 6de6a06631 FIFO compaction style 11 years ago
Igor Canadi 26f5dd9a5a TablePropertiesCollectorFactory 11 years ago
Igor Canadi 3edc056f6d comment 11 years ago
Igor Canadi 038a477b53 Make it easier to start using RocksDB 11 years ago
sdong 4a7c747064 Revert "Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB"" 11 years ago
Igor Canadi d69dc64be7 Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB" 11 years ago
Igor Canadi 82042f451c Include version in options 11 years ago
Igor Canadi df70047669 Flush stale column families 11 years ago
sdong 7dafa3a1d7 Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB 11 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 11 years ago
Igor Canadi 588bca2020 RocksDBLite 11 years ago
Lei Jin eba3fc644a make corruption_test:CompactionInputErrorParanoid deterministic 11 years ago
Igor Canadi b3d7435b4e No shadow in public headers 11 years ago
sdong 43a593a6d9 Change default value of some Options 11 years ago
Lei Jin 0d755fff14 cache friendly blocked bloomfilter 11 years ago
Igor Canadi 1c9f8f0884 Fix valgrind issues 11 years ago
Danny Guo b47812fba6 [rocksdb] new CompactionFilterV2 API 11 years ago
Yueh-Hsuan Chiang cda4006e87 Enhance partial merge to support multiple arguments 11 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 11 years ago
Igor Canadi 04d2c26e17 Add option verify_checksums_in_compaction 11 years ago
sdong 4405f3a000 Allow user to specify log level for info_log 11 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 11 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Igor Canadi 99e61fdd5c [CF] Separate dumping of DBOptions and ColumnFamilyOptions 11 years ago
Igor Canadi 0b4ccf765c Flushes should always go to HIGH priority thread pool 11 years ago
Igor Canadi 73f62255c1 [CF] Split SanitizeOptions into two 11 years ago
Siying Dong d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. 11 years ago