Commit Graph

376 Commits (c992eb118b134daf8e342a78bec6783007bd6c22)

Author SHA1 Message Date
Lei Jin 8d3f8f9696 remove all remaining references to cfd->options() 10 years ago
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32 10 years ago
Igor Canadi 113796c493 Fix NewFileNumber() 10 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
Lei Jin 29a9161f34 Note dynamic options in options.h 10 years ago
Lei Jin cd0d581ff5 convert Options from string 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 11 years ago
Lei Jin 0a29ce5393 re-enable BlockBasedTable::SetupForCompaction() 11 years ago
Lei Jin 57a32f147f change target_file_size_base to uint64_t 11 years ago
Lei Jin e4eca6a1e5 Options conversion function for convenience 11 years ago
Igor Canadi 4a27a2f193 Don't sync manifest when disableDataSync = true 11 years ago
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