Commit Graph

1014 Commits (28d1a0c6f59cfdc692a7274f8816b87af7a1d8cc)
 

Author SHA1 Message Date
Igor Canadi 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
Siying Dong 14995a8ff3 Move level0 sorting logic from Version::SaveTo() to Version::Finalize() 11 years ago
Siying Dong a8b8b11dc4 Get() Does Not Reserve space for to_delete memtables 11 years ago
Josef Šimánek 8c34189f0c Remove .DS_Store files. 11 years ago
Mike Lin 2a2506b629 C bindings: add a bunch of the newer options 11 years ago
Igor Canadi 417b453fa6 [backupable db] Delete db_dir children when restoring backup 11 years ago
Mark Callaghan e9e6b00d29 Add monitoring for universal compaction and add counters for compaction IO 11 years ago
Igor Canadi 249e736bc5 portable %lu printing 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 0304e3d2ff When flushing mem tables, create iterators out of mutex 11 years ago
Igor Canadi e8d40c31b3 [RocksDB perf] Cache speedup 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
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 26bc40a89a Fixing git branch detection in Jenkins 11 years ago
Igor Canadi 9644e0e0c7 Print stack trace on assertion failure 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 b1d2de4a40 Fix #26 by putting the implementation of CreateDBStatistics() to a cc file 11 years ago
Mayank Agarwal 92e8316118 Make GetDbIdentity pure virtual and also implement it for StackableDB, DBWithTTL 11 years ago
Mayank Agarwal 18802689b8 Make an API to get database identity from the IDENTITY file 11 years ago
Vamsi Ponnekanti fa88cbc71e [Log dumper broken when merge operator is in log] 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
Igor Canadi eb12e47e0e Killing Transform Rep 11 years ago
Igor Canadi 043fc14c3e Get rid of some shared_ptrs 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
lovro 4c81383628 Set background thread name with pthread_setname_np() 11 years ago