Commit Graph

2061 Commits (e8180f9901e79ebb1dc6b95fd057210f0c041c7c)

Author SHA1 Message Date
Alex Yang e8180f9901 added public api to schedule flush/compaction, code to prevent race with db::open 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
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
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
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
agiardullo c5b467306d Fix race condition that causes valgrind failures 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
sdong 189b3e03df Fix uninitilizeded SpecialEnv::time_elapse_only_sleep_ 9 years ago
sdong d5540e18e6 DBTest.MergeTestTime to only use fake time to be determinstic 9 years ago
Islam AbdelRahman 605a24d94e Block forward_iterator_bench under MAC and Windows 9 years ago
Venkatesh Radhakrishnan 9b8c9be0b5 Fix forward_iterator allocation of vector. 9 years ago
sdong 5cbb7e43e0 DBTest.MergeTestTime: relax counter upper bound verification 9 years ago
Reid Horuff 3381e2c3e7 Handle multiple calls to DBImpl::PauseBackgroundWork() and DBImpl::ContinueBackgroundWork() 9 years ago
Islam AbdelRahman ca5566d209 Fix clang build 9 years ago
Dmitri Smirnov cb9459f85c Fix empty vector write in ForwardIterator 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
sdong dac5b248b1 UniversalCompactionPicker::PickCompaction(): avoid to form compactions if there is no file 9 years ago
Venkatesh Radhakrishnan d06b63e99f Fix Rocksdb lite build failure in forward_iterator_bench 9 years ago
Venkatesh Radhakrishnan 7824444bfc Reuse file iterators in tailing iterator when memtable is flushed 9 years ago
Venkatesh Radhakrishnan 2ae4d7d708 Make sure that CompactFiles does not run two parallel Level 0 compactions 9 years ago
Nathan Bronson 6ce42dd075 Don't merge WriteBatch-es if WAL is disabled 9 years ago
Yueh-Hsuan Chiang 56245ddcf5 Fixed DBCompactionTest.SkipStatsUpdateTest 9 years ago
Yueh-Hsuan Chiang e78389b554 Fixed build failure of RocksDBLite test on options_file_test.cc 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Nathan Bronson 631863c63b track WriteBatch contents 9 years ago
Nathan Bronson b81b430987 Switch to thread-local random for skiplist 9 years ago
Dmitri Smirnov 20f57b1715 Enable Windows warnings C4307 C4309 C4512 C4701 9 years ago
Nathan Bronson 2b42000f43 incorrect batch group size computation for write throttling 9 years ago
Venkatesh Radhakrishnan ae7940b628 Fix regression failure in PrefixTest.PrefixValid 9 years ago
Venkatesh Radhakrishnan 9d50afc3b9 Prefix-based iterating only shows keys in prefix 9 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 9 years ago
Yueh-Hsuan Chiang 3ecbab0040 Add GetAggregatedIntProperty(): returns the aggregated value from all CFs 9 years ago
Brent Garber affd833690 Fix introduced in 2ab7065 was reverted by 18285c1. 9 years ago
SherlockNoMad ccc8c10c0c Move skip_table_builder_flush to BlockBasedTableOption 9 years ago
Dmitri Smirnov eaaf081d16 Do not suppress C4018 'expression' : signed/unsigned mismatch 9 years ago
Islam AbdelRahman ff4499e297 Update DB::AddFile() to have less restrictions 9 years ago
sdong 11c71a365a db_bench: --compaction_pri default should be rocksdb::Options().compaction_pri 9 years ago
SherlockNoMad a6dd0831d5 Add Option to Skip Flushing in TableBuilder 9 years ago
Islam AbdelRahman 2872e0c8c2 Clean and expose CreateLoggerFromOptions 9 years ago