Commit Graph

911 Commits (f37a59769b64d5891ca22a8d5e317d2f2a0aefc8)
 

Author SHA1 Message Date
Igor Canadi f37a59769b Updating regression test based on master's version 11 years ago
Siying Dong 41349d9ef1 [RocksDB Performance Branch] Avoid sorting in Version::Get() by presorting them in VersionSet::Builder::SaveTo() 11 years ago
Siying Dong 95a411d853 When flushing mem tables, create iterators out of mutex 11 years ago
Haobo Xu 3c02c363b3 [RocksDB] [Performance Branch] Added dynamic bloom, to be used for memable non-existing key filtering 11 years ago
kailiu a82f42b765 rename db/memtablelist.{h,cc} 11 years ago
kailiu c79e595471 Make Cache::GetCapacity constant 11 years ago
Igor Canadi 3a7c5bd40a Added branch detection in perf branch 11 years ago
kailiu c7707f24c2 Refine the statistics 11 years ago
kailiu 551e9428ce Merge branch 'master' into performance 11 years ago
Siying Dong ef2211a9ca [RocksDB Performance Branch] Introduce MergeContext to Lazily Initialize merge operand list 11 years ago
kailiu b1d2de4a40 Fix #26 by putting the implementation of CreateDBStatistics() to a cc file 11 years ago
kailiu 90729f8b23 Extract metaindex block from block-based table 11 years ago
Mayank Agarwal 92e8316118 Make GetDbIdentity pure virtual and also implement it for StackableDB, DBWithTTL 11 years ago
kailiu e1d92dfd2e Fix a bunch of mac compilation issues in performance branch 11 years ago
Mayank Agarwal 18802689b8 Make an API to get database identity from the IDENTITY file 11 years ago
Kai Liu 219b35be6a Generalize footer reading from file 11 years ago
Vamsi Ponnekanti fa88cbc71e [Log dumper broken when merge operator is in log] 11 years ago
Kai Liu 5dec7acd91 Introducing the concept of NULL block handle 11 years ago
Kai Liu 3a0e98d558 Parameterize table magic number 11 years ago
Siying Dong f040e536e4 [RocksDB Performance Branch] A more customized index in PlainTableReader 11 years ago
Mark Callaghan 97aa401e2f Add compression options to db_bench 11 years ago
Sajal Jain 28a1b9b95f [rocksdb] statistics counters for memtable hits and misses 11 years ago
Igor Canadi eb12e47e0e Killing Transform Rep 11 years ago
Igor Canadi 043fc14c3e Get rid of some shared_ptrs 11 years ago
Kai Liu 8c424456fc Make the default compilation debug-friendly 11 years ago
lovro 930cb0b9ee Clarify CompactionFilter thread safety requirements 11 years ago
Igor Canadi 0b5b81a154 Removing reference to doc/impl.html 11 years ago
Igor Canadi 43d073dff0 Cleaning up INSTALL.md -- there were two occurrences of gflags 11 years ago
Dhruba Borthakur 96bc3ec297 Memtables should be deleted appropriately in the unit test. 11 years ago
lovro 45a2f2d8d3 Fix build without glibc 11 years ago
Dhruba Borthakur 38feca4f35 Removed redundant slice_transform.h and memtablerep.h 11 years ago
Dhruba Borthakur 98968ba937 Free obsolete memtables outside the dbmutex had a memory leak. 11 years ago
Igor Canadi fe754fe7e3 Readrandom with small block cache 11 years ago
Igor Canadi 35ddf18367 Don't do compression tests if we don't have compression libs 11 years ago
Kai Liu 1966b63137 Merge branch 'master' into perf 11 years ago
lovro 4c81383628 Set background thread name with pthread_setname_np() 11 years ago
Igor Canadi 4ee6e6c9d6 Merge pull request #18 from isamu/doc_typo_fix 11 years ago
Isamu Arimoto 4a3583e18e Fix typo. 11 years ago
Haobo Xu 4e6463ea44 [RocksDB][Performance Branch] Make height and branching factor configurable for skiplist implementation 11 years ago
Igor Canadi 5ebc6b0f0b [rocksdb] Regression tests 11 years ago
Siying Dong 8aac46d686 [RocksDB Performance Branch] Fix a regression bug of munmap 11 years ago
Dhruba Borthakur 8478f380a0 During benchmarking, I see excessive use of vector.reserve(). 11 years ago
Kai Liu e60dde71c7 Merge pull request #16 from Kangmo/patch-1 11 years ago
Kangmo Kim 06844ab381 Added missing component : gflags in Linux platform. 11 years ago
Igor Canadi fd4eca73e7 fPIC in x64 environment 11 years ago
Dhruba Borthakur 27bbef1180 Free obsolete memtables outside the dbmutex. 11 years ago
Igor Canadi 3ce3658411 DB::GetOptions() 11 years ago
Igor Canadi 793fdd6731 We should compile with -fPIC on non-fbcode environments also 11 years ago
Igor Canadi e37221f56b Memtable regression test 11 years ago
Igor Canadi 11c26bd4a4 [RocksDB] Interface changes required for BackupableDB 11 years ago