Commit Graph

84 Commits (d379d110ee256d79fe169aff7acf9536e40e0e06)

Author SHA1 Message Date
sdong 1d725ca51d Deprecate BlockBasedTableOptions.hash_index_allow_collision=false. 8 years ago
Islam AbdelRahman 1f2dca0eaa Add MaxOperator to utilities/merge_operators/ 8 years ago
omegaga 3c69f77c67 Move IO failure test to separate file 8 years ago
krad a08c8c851a Added PersistentCache abstraction 8 years ago
Dmitri Smirnov aab91b8d8f Use generic threadpool for Windows environment (#1120) 8 years ago
Reid Horuff a657ee9a9c [rocksdb] Recovery path sequence miscount fix 8 years ago
Andrew Kryczka 3f16a836a4 Introduce chroot Env 8 years ago
Yi Wu 792762c42c Split db_test.cc 8 years ago
SherlockNoMad 54f6b9e162 Histogram Concurrency Improvement and Time-Windowing Support 8 years ago
agiardullo 790252805d Add multithreaded transaction test 8 years ago
Yi Wu 2568985ab3 IOStatsContext::ToString() add option to exclude zero counters 8 years ago
Jonathan Wiepert 7bd284c374 Separeate main from bench functionality to allow cusomizations 8 years ago
Jonathan Wiepert 14a322033f Remove references to files deleted in commit abb4052278 9 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 9 years ago
Andrew Kryczka 46f9cd46af [directory includes cleanup] Move cross-function test points 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
Sage Weil 2074ddd625 env: add EnvMirror 9 years ago
Javier González b2863017b1 Move posix threads into a library 9 years ago
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