Commit Graph

219 Commits (fca88f8e169e0f52ea426e99c56c95e4760868ca)

Author SHA1 Message Date
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
Lei Jin 0a29ce5393 re-enable BlockBasedTable::SetupForCompaction() 10 years ago
Lei Jin 57a32f147f change target_file_size_base to uint64_t 10 years ago
Mark Callaghan 32f2532a0b Print compression_size_percent as a signed int 10 years ago
Lei Jin 52311463e9 MemTableOptions 10 years ago
Lei Jin 659d2d50c3 move compaction_filter to immutable_options 10 years ago
Lei Jin 048560a642 reduce references to cfd->options() in DBImpl 10 years ago
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Lei Jin 5665e5e285 introduce ImmutableOptions 10 years ago
Lei Jin 1755581f19 improve OptimizeForPointLookup() 10 years ago
Lei Jin a98badff16 print table options 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago