Commit Graph

63 Commits (0ad68518bb2e04707c06b6c87535b21ae44b6ced)

Author SHA1 Message Date
Nathan Bronson 78812ec6bf InlineSkipList - part 1/3 9 years ago
sdong c4ebb66d61 Not to build forward_iterator_bench now 9 years ago
Venkatesh Radhakrishnan 7824444bfc Reuse file iterators in tailing iterator when memtable is flushed 9 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
Yueh-Hsuan Chiang e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Nathan Bronson b81b430987 Switch to thread-local random for skiplist 9 years ago
Yueh-Hsuan Chiang 183cadfc87 Add OptionsSanityCheckLevel 9 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 9 years ago
Javier González 6e6dd5f6f9 Split posix storage backend into Env and library 9 years ago
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 9 years ago
Venkatesh Radhakrishnan a98fbacfa0 Moving memtable related files from util to a new directory memtable 9 years ago
Venkatesh Radhakrishnan 63e507c59c Move ldb and sst_dump from utils to tools. 9 years ago
Venkatesh Radhakrishnan e587dbe03a Move manual_compaction_test.cc from util to db 9 years ago
Venkatesh Radhakrishnan f1fdf5205b Clean up dependency: Move db_test_util.* to db directory 9 years ago
Islam AbdelRahman 9babaeed16 Update dump_tool and undump_tool to accept Options 9 years ago
Evan Shaw 7a23e4d8ca New amalgamation target 9 years ago
Yueh-Hsuan Chiang 74b100ac17 RocksDB Options file format and its serialization / deserialization. 9 years ago
Assaf Sela 4805fa0eae Remove ldb HexToString method's usage of sscanf 9 years ago
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 9 years ago
Andres Noetzli 8aa1f15197 Refactored common code of Builder/CompactionJob out into a CompactionIterator 9 years ago
agiardullo 5e94f68f35 TransactionDB Custom Locking API 9 years ago
agiardullo 77a28615ec Support static Status messages 9 years ago
agiardullo 20d1e547d1 Common base class for transactions 9 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 9 years ago
agiardullo 16ea1c7d1c simple ManagedSnapshot wrapper 9 years ago
Poornima Chozhiyath Raman 960d936e83 Add function 'GetInfoLogList()' 9 years ago
sdong 7ccd1c80a7 Add two unit tests for SyncWAL() 9 years ago
Islam AbdelRahman c45a57b41e Support delete rate limiting 9 years ago
Yueh-Hsuan Chiang ce21afd205 Expose the BackupEngine from the Java API 9 years ago
Yueh-Hsuan Chiang 26894303c1 Add CompactOnDeletionCollector in utilities/table_properties_collectors. 9 years ago
Yueh-Hsuan Chiang 7219088cda Move general compaction tests from db_test.cc to db_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 7462286d33 Move in-place-update related tests from db_test.cc to db_inplace_update_test.cc 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Adam Retter 91bf1b80ef Java facility to use the RemoveEmptyValueCompactionFilter 9 years ago
Adam Retter 3d00271e40 The ability to specify a compaction filter via the Java API 9 years ago
Adam Retter 62dec0e2b7 RemoveEmptyValueCompactionFilter - A compaction filter which removes entries which have an empty value 9 years ago
agiardullo 81d072623c move convenience.h out of utilities 9 years ago
Yueh-Hsuan Chiang 801df912af Move UniversalCompaction related db-tests to db_universal_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 3ca6b2541e Move TailingIterator tests from db_test.cc to db_test_tailing_iterator.cc 9 years ago
Yueh-Hsuan Chiang ce829c77e3 Make TransactionLogIterator related tests from db_test.cc to db_log_iter_test.cc 9 years ago
Yueh-Hsuan Chiang c3f98bb89b Move CompactionFilter tests in db_test.cc to db_compaction_filter_test.cc 9 years ago
agiardullo 18d5e1bf88 Remove db_impl_readonly dependency on utilities 9 years ago
Yueh-Hsuan Chiang b10cf4e2e0 Move DynamicLevel related db-tests to db_dynamic_level_test.cc 9 years ago
Yueh-Hsuan Chiang 625467a08a Move reusable part of db_test.cc to util/db_test_util.h 9 years ago
Venkatesh Radhakrishnan 04251e1e3a Add wal files to Checkpoint for multiple column families. 9 years ago
Yueh-Hsuan Chiang fe5c6321cb Allow EventListener::OnCompactionCompleted to return CompactionJobStats. 9 years ago
Mike Kolupaev ec7a944360 more times in perf_context and iostats_context 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
Yueh-Hsuan Chiang ec4ff4e99c Rename EventLoggerHelpers EventHelpers 9 years ago
Igor Canadi dbd95b7532 Add more table properties to EventLogger 9 years ago