Commit Graph

1014 Commits (28d1a0c6f59cfdc692a7274f8816b87af7a1d8cc)
 

Author SHA1 Message Date
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
Igor Canadi fc61428288 Include <unistd.h> in db_test 11 years ago
Igor Canadi de9ce7d439 Upgrading compiler to gcc4.8.1 11 years ago
Kai Liu 75df72f2a5 Change the logic in KeyMayExist() 11 years ago
kailiu 97d8e573a6 make util/env_posix.cc work under mac 11 years ago
Kai Liu 7604e2f70c Make the options in table_builder/block_builder less misleading 11 years ago
Kai Liu f7a2b972a8 Reformat CONTRIBUTING.md with less than 80 characters. 11 years ago
Igor Canadi 72756c7404 Merge pull request #5 from pborreli/typos 11 years ago
Igor Canadi f46827212e Added CONTRIBUTING.md 11 years ago
Pascal Borreli 443e04e62d Fixed typos 11 years ago
Siying Dong 55baa3d955 Add an option to table_reader_bench to access the table from DB And Iterating non-existing prefix case. 11 years ago