Commit Graph

230 Commits (0fdb4f1688ebe160944c30c213f5afad4b13fb0f)

Author SHA1 Message Date
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 9 years ago
Yueh-Hsuan Chiang f21c7415a7 Change the log level of DB start-up log from Warn to Header. 9 years ago
Ari Ekmekji 2b683d4972 Add DBOption.max_subcompaction to option dump 9 years ago
Islam AbdelRahman e467bf0de0 Fix valgrind error 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 9 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 9 years ago
sdong 9130873a13 Add options.new_table_reader_for_compaction_inputs 9 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 9 years ago
Islam AbdelRahman cee1e8a080 Parallelize LoadTableHandlers 9 years ago
Yoshinori Matsunobu 2cf0f4f471 Adding wal_recovery_mode log message 9 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 9 years ago
Yueh-Hsuan Chiang 14d0bfa429 Add DBOptions::skip_sats_update_on_db_open 9 years ago
Ari Ekmekji 40c64434d4 Parallelize L0-L1 Compaction: Restructure Compaction Job 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
Igor Canadi a96fcd09b7 Deprecate CompactionFilterV2 9 years ago
Igor Canadi a9c5109515 Deprecate purge_redundant_kvs_while_flush 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Dmitri Smirnov ca2fe2c1b6 Address GCC compilation issues 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Giuseppe Ottaviano 782a1590f9 Implement a table-level row cache 9 years ago
krad de85e4cadf Introduce WAL recovery consistency levels 9 years ago
Igor Canadi 760e9a94de Fail DB::Open() when the requested compression is not available 9 years ago
Igor Canadi 4b8bb62f0a Don't dump DBOptions for each column family 9 years ago
sdong 7842920be5 Slow down writes by bytes written 9 years ago
Islam AbdelRahman 643bbbf081 Use nullptr for default compaction_filter_factory 9 years ago
Yueh-Hsuan Chiang 9ffc8ba024 Include EventListener in stress test. 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Yueh-Hsuan Chiang 672dda9b3b [API Change] Move listeners from ColumnFamilyOptions to DBOptions 9 years ago
Yueh-Hsuan Chiang dc81efe415 Change the log-level of DB summary and options from INFO_LEVEL to WARN_LEVEL 9 years ago
Igor Canadi 4cb4d546cd Set stats_dump_period_sec to 600 by default 9 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 9 years ago
sdong 397b6588bd options.paranoid_file_checks to read all rows after writing to a file. 10 years ago
Yueh-Hsuan Chiang 7b9581bc3b Fixed xfunc related compile errors in ROCKSDB_LITE 10 years ago
Igor Canadi 5e067a7b19 Clean up compression logging 10 years ago
sdong b23bbaa82a Universal Compactions with Small Files 10 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 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
Igor Canadi 2a979822b6 Fix deleting obsolete files 10 years ago
sdong 829363b449 Options::PrepareForBulkLoad() to increase parallelism of flushes 10 years ago
Igor Canadi 62ad0a9b19 Deprecating skip_log_error_on_recovery 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Yueh-Hsuan Chiang 4b63fcbff3 Add enable_thread_tracking to DBOptions 10 years ago
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32 10 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago