Commit Graph

911 Commits (f37a59769b64d5891ca22a8d5e317d2f2a0aefc8)
 

Author SHA1 Message Date
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
Siying Dong dfa1460d88 [For Performance Branch] Bloom filter in PlainTableIterator::Seek() - Update 1 11 years ago
Siying Dong 718488abc5 Add BloomFilter to PlainTableIterator::Seek() 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 b135d01e7b 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
Siying Dong 58e1956d50 [Only for Performance Branch] A Hacky patch to lazily generate memtable key for prefix-hashed memtables. 11 years ago
kailiu 7b10fe9fac Fix a memory leak happened in table_test 11 years ago
Siying Dong b59d4d5a50 A Simple Plain Table 11 years ago
kailiu 56589ab81f Add TableOptions for BlockBasedTableFactory 11 years ago
Siying Dong 071fb0d77b Inline a couple of functions and put one save lazily clearing 11 years ago
Siying Dong 15b31b57df MergingIterator.Seek() to lazily initialize MinHeap 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
Haobo Xu 37b459f0aa [RocksDB] Test diff on performance branch 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
Kai Liu 3d56b0698c Fix typo. 11 years ago
Igor Canadi 21905dd4a8 Start DeleteFileTest with clean plate 11 years ago
Kai Liu bd828264f3 Fix a typo in README 11 years ago