Commit Graph

93 Commits (816ae098ea048ba80bc90b41f38b5b0d144bae4d)

Author SHA1 Message Date
Islam AbdelRahman fa813f7478 Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago
sdong 6faddd7c55 Merge db/slice.cc into util/slice.cc 8 years ago
sdong b2973eaaeb Remove options builder 8 years ago
krad d755c62f92 Persistent Read Cache (5) Volatile cache tier implementation 8 years ago
krad 3070ed9021 Persistent Read Cache (4) Interface definitions 8 years ago
Andrew Kryczka 6e6622abb9 Create env_basic_test [pluggable Env part 2] 8 years ago
Andrew Kryczka af0c9ac01d Env registry for URI-based Env selection [pluggable Env part 1] 8 years ago
Yueh-Hsuan Chiang 88acd932f6 Allows db_bench to take an options file 8 years ago
Aaron Gao 5d660258e7 add simulator Cache as class SimCache/SimLRUCache(with test) 8 years ago
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