Commit Graph

874 Commits (930cb0b9ee12c18eb461ef78748ed5b9bcf80d98)
 

Author SHA1 Message Date
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
Igor Canadi 469a9f32a7 Fix two nasty use-after-free-bugs 11 years ago
Igor Canadi 8906ab59f7 Split asan_check into asan_check and asan_crash_test 11 years ago
Igor Canadi 92d905026b make asan_check 11 years ago
kailiu 1415f8820d Improve the "table stats" 11 years ago
Igor Canadi f045871f1c Remove libevent 11 years ago
Igor Canadi ec0acfbca1 Fix stack overflow 11 years ago
Igor Canadi 07e8078b17 Fix BZip constants 11 years ago
Igor Canadi e51f55d7ae Use gcc4.7.1 on CentOS 5.2 11 years ago
Igor Canadi 7f156be9d4 [fbcode] Also add glibc and libgcc includes 11 years ago
Igor Canadi 0d25449d57 Compilation.md 11 years ago
Igor Canadi f611aba559 Move the compiler back to 4.8.1 + more small fixes 11 years ago
kailiu 6c6d5bc3b0 Add a compilation guide to rocksdb 11 years ago
Dhruba Borthakur 31295b0a1b Add License message to public header files. 11 years ago
Igor Canadi 37eedfb8c1 Move back to gcc4.7.1 11 years ago
Igor Canadi ce26e9a522 Remove snappy from RocksDB distribution 11 years ago