Commit Graph

11231 Commits (d6b9c4ae26dfbb59eecbe27d85ada22b36dee44c)
 

Author SHA1 Message Date
SherlockNoMad 3c2b995fba Merge branch 'master' of https://github.com/facebook/rocksdb into CacheFix 9 years ago
SherlockNoMad 355fa94365 EstimatedNumKeys Counter Inaccurate 9 years ago
Javier González b2863017b1 Move posix threads into a library 9 years ago
SherlockNoMad 3a98a7ae7f Replace malloc with new for LRU Cache Handle 9 years ago
Islam AbdelRahman a9ca9107b9 Fix db_universal_compaction_test 9 years ago
krad d3bb572da6 Build break fix. 9 years ago
Jay Edgar b28b7c6dd9 Added callback notification when a snapshot is created 9 years ago
Alex Yang e8180f9901 added public api to schedule flush/compaction, code to prevent race with db::open 9 years ago
Islam AbdelRahman 19b1201b2b Merge pull request #865 from yuslepukhin/fix_db_table_properties_test 9 years ago
yuslepukhin e0de7ef87b Avoid empty ranges vector with subsequent zero element access 9 years ago
Yueh-Hsuan Chiang a330f0b3bb Fix incorrect merge in db/db_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang bd7a49d448 Make DBCompactionTestWithParam::CompactionTrigger more deterministic 9 years ago
Zhang Yangyang be006d2887 fix LinkFile() undefined reference error 9 years ago
Zhang Yangyang 4687ced5db fix ToString() not declared error 9 years ago
sdong bcd7bd1229 Relax verification condition of DBTest.SuggestCompactRangeTest 9 years ago
sdong f9103d9a30 DBTest.DynamicCompactionOptions: More deterministic and readable 9 years ago
sdong 0ad68518bb Fix DBCompactionTestWithParam.CompactionTrigger in non-jemalloc build. 9 years ago
sdong 459c7fba36 Revert previous behavior of internal_key_skipped_count 9 years ago
agiardullo 481f9edb15 Fix CLANG build 9 years ago
Yueh-Hsuan Chiang d7421c22f8 Fixed some typos in the comments of rocksdb options file example 9 years ago
sdong ef8ed3681c Fix DBTest.SuggestCompactRangeTest for disable jemalloc case 9 years ago
sdong db320b1b82 DB to only flush the column family with the largest memtable while option.db_write_buffer_size is hit 9 years ago
Siying Dong 4a009f9172 Merge pull request #860 from SherlockNoMad/BuildFix 9 years ago
SherlockNoMad b4efaebff0 Fix ms version Appveyor build error 9 years ago
sdong d27ea4c9e5 Initialize options.row_cache 9 years ago
Islam AbdelRahman 72930485b5 Fix clang build 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Igor Canadi f3ea00bc85 Merge pull request #856 from ceph/wip-env 9 years ago
Sage Weil 4cedd6b038 EnvWrapper: add ReuseWritableFile 9 years ago
sdong 33e0c93826 Reduce extra key comparision in DBIter::Next() 9 years ago
Nathan Bronson 9a9d4759b2 InlineSkipList part 3/3 - new skiplist type that colocates key and node 9 years ago
Nathan Bronson 5201729545 InlineSkipList - part 2/3 9 years ago
Nathan Bronson 78812ec6bf InlineSkipList - part 1/3 9 years ago
Igor Canadi ffb466da4e Merge pull request #855 from yuslepukhin/enable_3rdparty_override 9 years ago
Dmitri Smirnov 10d257d643 Enable override to 3rd party linkage 9 years ago
Vasili Svirski 41b32c6059 Enable C4267 warning 9 years ago
agiardullo c5b467306d Fix race condition that causes valgrind failures 9 years ago
Siying Dong efb01a055a Merge pull request #850 from yuslepukhin/enable_2015_build 9 years ago
Venkatesh Radhakrishnan 81be49c755 Have a way for compaction filter to ignore snapshots 9 years ago
yuslepukhin 047bd22aae Build on Visual Studio 2015 Update 1 9 years ago
Islam AbdelRahman 88e0527724 Reduce moving memory in LDB::ScanCommand 9 years ago
Siying Dong 890f44f46e Merge pull request #844 from yuslepukhin/enable_C4804_unsafe_bool 10 years ago
sdong 9d0b8f19d9 plain table reader: avoid re-read the same position for index and data in non-mmap mode 10 years ago
Dmitri Smirnov 89bacb7e7d Enable MS Warning C4804 : unsafe use of type 'bool' in operation 10 years ago
sdong d5239f8709 build_tools/fbcode_config4.8.1.sh: upgrade versions of some dependencies 10 years ago
sdong c4ebb66d61 Not to build forward_iterator_bench now 10 years ago
Siying Dong c342549d00 Merge pull request #841 from yuslepukhin/fix_test_rerun_logic 10 years ago
Dmitri Smirnov 7cb1293b60 Fix log names when scheduling runs and reruns 10 years ago
sdong 51fce92e11 "ldb compact" should force bottommost level compaction 10 years ago
Siying Dong f831641204 Merge pull request #837 from yuslepukhin/rerun_concurrency_value 10 years ago