Commit Graph

1239 Commits (7b7793e97aa936264c5092b577f5ac7911409e41)
 

Author SHA1 Message Date
Mark Callaghan e9e6b00d29 Add monitoring for universal compaction and add counters for compaction IO 11 years ago
Siying Dong e8ab1934d9 [RocksDB Performance Branch] DBImpl.NewInternalIterator() to reduce works inside mutex 11 years ago
Igor Canadi 249e736bc5 portable %lu printing 11 years ago
Siying Dong aaf9c6203c [RocksDB][Performance Branch]Iterator Cleanup method only tries to find obsolete files if it has the last reference to a version 11 years ago
Igor Canadi f37a59769b Updating regression test based on master's version 11 years ago
Igor Canadi f5f5c645a8 Add readrandom with both memtable and sst regression test 11 years ago
Siying Dong a8029fdc75 Introduce MergeContext to Lazily Initialize merge operand list 11 years ago
James Golick c28dd2a891 oops - missed a spot 11 years ago
Siying Dong bc5dd19b14 [RocksDB Performance Branch] Avoid sorting in Version::Get() by presorting them in VersionSet::Builder::SaveTo() 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 0304e3d2ff When flushing mem tables, create iterators out of mutex 11 years ago
Siying Dong 95a411d853 When flushing mem tables, create iterators out of mutex 11 years ago
Igor Canadi e8d40c31b3 [RocksDB perf] Cache speedup 11 years ago
Haobo Xu 3c02c363b3 [RocksDB] [Performance Branch] Added dynamic bloom, to be used for memable non-existing key filtering 11 years ago
James Golick 43c386b72e only try to use fallocate if it's actually present on the system 11 years ago
Igor Canadi 5e4ab767cf BackupableDB delete backups with newer seq number 11 years ago
kailiu a82f42b765 rename db/memtablelist.{h,cc} 11 years ago
kailiu c79e595471 Make Cache::GetCapacity constant 11 years ago
Igor Canadi 204bb9cffd Get rid of LogFlush() in InternalIterator 11 years ago
Igor Canadi 19f5463d3f Don't LogFlush() in foreground threads 11 years ago
Siying Dong 4815468be4 Fix another sign and unsign comparison in test 11 years ago
Igor Canadi cbe7ffef9a fix comparison between signed and unsigned 11 years ago
Igor Canadi 7cf5728440 Cleaning up BackupableDB + fix valgrind errors 11 years ago
Igor Canadi 0e2c966f58 Merge pull request #29 from sepeth/fix-shared-lib-build 11 years ago
Igor Canadi a204dabb9d Merge pull request #31 from sepeth/c-api 11 years ago
Doğan Çeçen 6c4e110c8c Rename leveldb to rocksdb in C api 11 years ago
Doğan Çeçen f6012ab826 Fix shared lib build 11 years ago
Igor Canadi 784e62f98d Fix unused variable warning 11 years ago
Igor Canadi fb9fce4fc3 [RocksDB] BackupableDB 11 years ago
Igor Canadi 3a7c5bd40a Added branch detection in perf branch 11 years ago
Igor Canadi 26bc40a89a Fixing git branch detection in Jenkins 11 years ago
Igor Canadi 9644e0e0c7 Print stack trace on assertion failure 11 years ago
kailiu c7707f24c2 Refine the statistics 11 years ago
Igor Canadi 07c8448845 Enable regression tests to be run on other branches 11 years ago
Igor Canadi 0a5ec49895 Make DBWithTTL more like StackableDB 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
Bart Trojanowski bd998a5213 fix missing gflags library 11 years ago
Sajal Jain 28a1b9b95f [rocksdb] statistics counters for memtable hits and misses 11 years ago