Commit Graph

1463 Commits (f7bb1a0060cfaeefefac9a32734956653ea7e35c)

Author SHA1 Message Date
fengjian 1336052497 fix ios build error 9 years ago
John Dennison bd5f842bba fixes typo in options logging 9 years ago
Andrew Kryczka 1c868d6848 Fix includes for env_test 9 years ago
Yueh-Hsuan Chiang 908100399c Fixed a dependency issue of ThreadLocalPtr 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Andrew Kryczka 59b3ee658f Env function for bulk metadata retrieval 9 years ago
Islam AbdelRahman 8e6172bc57 Add BlockBasedTableOptions::index_block_restart_interval 9 years ago
sdong f7c0f4e3ef perf_context.cc and iostats_context.cc use different output macro (fix unity build) 9 years ago
Dmytro Ivchenko aa5e3b7c04 PerfContext::ToString() add option to exclude zero counters 9 years ago
Venkatesh Radhakrishnan 3b2a1ddd2e Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
sdong d20915d52a Disable stats about mutex duration by default 9 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 9 years ago
Andrew Kryczka acd7d58695 [directory includes cleanup] Remove util->db dependency for ThreadStatusUtil 9 years ago
Andrew Kryczka 46f9cd46af [directory includes cleanup] Move cross-function test points 9 years ago
sdong fb9811ee9b Add a perf context level that doesn't measure time for mutex operations 9 years ago
sdong f1ed170105 Add tests to make sure new DB or ColumnFamily options are settable through string 9 years ago
sdong 2c2b72218d Disable OptionsParserTest.BlockBasedTableOptionsAllFieldsSettable under CLANG 9 years ago
sdong 202be23e46 Add test that verifies all options in BlockBasedTableOptions is settable through GetBlockBasedTableOptionsFromString() 9 years ago
sdong fdbff42391 Crash test to make kill decision for every kill point 9 years ago
David Bernard df7c2f3b59 As per google coding standard replace "using" in option_builder.cc and 9 years ago
David Bernard d78c6b28c4 Changes for build on solaris 9 years ago
Gunnar Kudrjavets aec10f734b Guard falloc.h inclusion to avoid build breaks 9 years ago
Dmitri Smirnov ac50fd3a71 Align statistics 9 years ago
sdong 9a8e3f73ed plain table reader: non-mmap mode to keep two recent buffers 9 years ago
Warren Falk 94d9df2482 fix an unused function compiler warning in crc32c in 32-bit mode 9 years ago
Warren Falk 2f01e10fa9 use static_cast in crc32c instead of c-style cast 9 years ago
Warren Falk 601f1306a1 fix shorten-64-to-32 warning in crc32c 9 years ago
Warren Falk 55b37efa15 fix a compile error on 32-bit 9 years ago
sdong c9e2490bc6 Fix DynamicBloomTest.concurrent_with_perf to pass TSAN 9 years ago
sdong edf1cd497f Not generating "__attribute__((__unused__))" for padding fields if it is not CLANG 9 years ago
sdong 11672df19a Fix CLANG errors introduced by 7d87f02799 9 years ago
Shu Zhang 2b7c810db8 more foramt 9 years ago
Shu Zhang b79ccbd573 indent 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
Shu Zhang b4aa823661 format 9 years ago
Shu Zhang 4dfdd1d928 format 9 years ago
Zhipeng Jia ec2664fefd Fix clang compile error under Linux 9 years ago
Shu Zhang 4fd23fb130 add a factory method for creating hdfs env 9 years ago
sdong 15b8902264 Change default options.delayed_write_rate 9 years ago
sdong b9f77ba12b When slowdown is triggered, reduce the write rate 9 years ago
sdong 167fb919a5 ZSTD to use CompressionOptions.level 9 years ago
Islam AbdelRahman aececc209e Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
Venkatesh Radhakrishnan 030215bf01 Running manual compactions in parallel with other automatic or manual compactions in restricted cases 9 years ago
Dmitri Smirnov aca403d2b5 Fix another rebase problems. 9 years ago
Dmitri Smirnov 236fe21c92 Enable MS compiler warning c4244. 9 years ago
Yueh-Hsuan Chiang 00d6edf6a0 Ensure the destruction order of PosixEnv and ThreadLocalPtr 9 years ago
charsyam c30b499541 fix typos in comments 9 years ago
sdong 56e77f0967 Deprecate options.soft_rate_limit and add options.soft_pending_compaction_bytes_limit 9 years ago
sdong d6e1035a1f A new compaction picking priority that optimizes for write amplification for random updates. 9 years ago