Commit Graph

244 Commits (215d12826d82d56e7cac8ab7f544f3b028eb1f8e)

Author SHA1 Message Date
agiardullo c815351038 Support saving history in memtable_list 10 years ago
Yueh-Hsuan Chiang 672dda9b3b [API Change] Move listeners from ColumnFamilyOptions to DBOptions 10 years ago
Igor Canadi 4cb4d546cd Set stats_dump_period_sec to 600 by default 10 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 10 years ago
sdong 397b6588bd options.paranoid_file_checks to read all rows after writing to a file. 10 years ago
Igor Canadi 5e067a7b19 Clean up compression logging 10 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 10 years ago
sdong e9de8b65a6 Change the way options.compression_per_level is used when options.level_compaction_dynamic_level_bytes=true 10 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 10 years ago
Sameet Agarwal e7c434c364 Add columnfamily option optimize_filters_for_hits to optimize for key hits only 10 years ago
Venkatesh Radhakrishnan 7d817268b9 Managed iterator 10 years ago
Venkatesh Radhakrishnan 0b8dec7172 Cross functional test infrastructure for RocksDB. 10 years ago
Igor Canadi 62ad0a9b19 Deprecating skip_log_error_on_recovery 10 years ago
sdong 046ba7d47c Fix calculation of max_total_wal_size in db_options_.max_total_wal_size == 0 case 10 years ago
Mark Callaghan c0dee851c3 Improve formatting, add missing newlines 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Yueh-Hsuan Chiang bcf9086899 Block Universal and FIFO compactions in ROCKSDB_LITE 10 years ago
Yueh-Hsuan Chiang 4b63fcbff3 Add enable_thread_tracking to DBOptions 11 years ago
Lei Jin 8d3f8f9696 remove all remaining references to cfd->options() 11 years ago
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32 11 years ago
Igor Canadi 113796c493 Fix NewFileNumber() 11 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 11 years ago
Lei Jin 29a9161f34 Note dynamic options in options.h 11 years ago
Lei Jin cd0d581ff5 convert Options from string 11 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