Commit Graph

989 Commits (4036d58dc904a7a552280e6151f73679c9d7bc15)
 

Author SHA1 Message Date
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
Igor Canadi 4ee6e6c9d6 Merge pull request #18 from isamu/doc_typo_fix 11 years ago
Isamu Arimoto 4a3583e18e Fix typo. 11 years ago
Igor Canadi 5ebc6b0f0b [rocksdb] Regression tests 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
Dhruba Borthakur 299f5c76bb Create new log file outside the dbmutex. 11 years ago
Haobo Xu 5b825d6964 [RocksDB] Use raw pointer instead of shared pointer when passing Statistics object internally 11 years ago
kailiu 0c93df912e Improve the readability of the TableProperties::ToString() 11 years ago
Siying Dong 3e35aa6412 Revert "Allow users to profile a query and see bottleneck of the query" 11 years ago
Siying Dong 3d8ac31d71 Allow users to profile a query and see bottleneck of the query 11 years ago
kailiu 56589ab81f Add TableOptions for BlockBasedTableFactory 11 years ago
Kai Liu db2e2615f8 Fix the format in INSTALL.md 11 years ago
Kai Liu f5acb2eebb Add more guide for mac users. 11 years ago
Kai Liu 618250b5c5 Update the installation guide for mac users. 11 years ago
kailiu 1c8b819be2 Fix a memory leak happened in table_test 11 years ago
Haobo Xu a617227a36 [RocksDB] fix prefix_test 11 years ago
kailiu 0142d38b69 fix issue #11 11 years ago
kailiu 6eb5649800 Move flush_block_policy from Options to TableFactory 11 years ago