Commit Graph

1190 Commits (8d4db63a2d18991e963e71c39d7ec4df86a96434)
 

Author SHA1 Message Date
Kai Liu 463086bce8 Add clang-format rules 11 years ago
Kai Liu 46950597d0 Automate the preparation step for a new release 11 years ago
kailiu 9281a826f1 Hotfix the bug in table cache's GetSliceForFileNumber 11 years ago
Igor Canadi 7535443083 [RocksDB] Support for column families in manifest 11 years ago
Igor Canadi 6de1b5b83e Merge branch 'master' into columnfamilies 11 years ago
Igor Canadi b60c14f6ee Support multi-threaded DisableFileDeletions() and EnableFileDeletions() 11 years ago
Igor Canadi 345fb94d26 moving autovector_test after db_test 11 years ago
Igor Canadi 52ea1be90a Add -DROCKSDB_FALLOCATE_PRESENT to fbcode build 11 years ago
Igor Canadi 2b3aab3ee6 Merge pull request #48 from dyu/master 11 years ago
Mike Lin 4b1d049236 C API: add rocksdb_env_set_high_priority_background_threads 11 years ago
Kai Liu fe030bd1ca update the latest version in README.fb to 2.7 11 years ago
Kai Liu 5a20744a6a Simplify build_tools/build_detect_version 11 years ago
Kai Liu 1795397bf0 Update README.fb 11 years ago
dyu e842b99fc5 docs for shared library builds 11 years ago
dyu a6b476a2ac tweak build bug fix 11 years ago
kailiu f1cec73a76 Merge branch 'master' into performance 11 years ago
dyu 9d4dc0da27 fix build bug from recent commit:43c386b72e 11 years ago
Siying Dong a094f3b3b5 TableCache.FindTable() to avoid the mem copy of file number 11 years ago
Siying Dong 18df47b79a Avoid malloc in NotFound key status if no message is given. 11 years ago
Kai Liu b40c052bfa Fix all the comparison issue in fb dev servers 11 years ago
kailiu 113a08c929 Fix [-Werror=sign-compare] in autovector_test 11 years ago
kailiu 079a21ba99 Fix the unused variable warning message in mac os 11 years ago
kailiu c01676e46d Implement autovector 11 years ago
Kai Liu 5643ae1a3f Merge pull request #32 from jamesgolick/master 11 years ago
Dhruba Borthakur 71ddb117c8 Add a pointer to the engineering design discussion forum. 11 years ago
Haobo Xu bf4a48ccb3 [RocksDB] [Performance Branch] Revert previous patch. 11 years ago
Haobo Xu e94eea4527 [RocksDB] [Performance Branch] Minor fix, Remove string resize from WriteBatch::Clear 11 years ago
Siying Dong abaf26266d [RocksDB] [Performance Branch] Some Changes to PlainTable format 11 years ago
Igor Canadi b26dc95628 Initialize sequence number in BatchResult - issue #39 11 years ago
Igor Canadi 1fdb3f7dc6 [RocksDB] Optimize locking for Get 11 years ago
Igor Canadi 540a2894b6 Merge pull request #28 from bartman/master 11 years ago
Mark Callaghan ca92068b12 Add 'readtocache' test 11 years ago
Igor Canadi 269709a885 Merge branch 'master' into columnfamilies 11 years ago
Igor Canadi e914b6490d Reorder tests 11 years ago
Igor Canadi cbb8da6fdb Merge pull request #35 from zizkovrb/rm-ds_store 11 years ago
Igor Canadi 3b50b6213d Merge pull request #37 from mlin/more-c-bindings 11 years ago
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
Siying Dong 28c24de8be [RocksDB Peformance Branch] A bug in PlainTable format 11 years ago
Kai Liu 2e9efcd6d8 Add the property block for the plain table 11 years ago
kailiu 5f5e5fc2e9 Revert `atomic_size_t usage` 11 years ago
Haobo Xu 5090316f0d [RocksDB] [Performance Branch] Trivia build fix 11 years ago
kailiu b660e2d468 Expose usage info for the cache 11 years ago
Siying Dong 9718c790ec [Performance Branch] Fix a bug of PlainTable when building indexes 11 years ago
kailiu 0cd1521af5 Completely remove argv_ since no one use it 11 years ago
kailiu 0e24f97b9f Revert last commit and add "unused" attribute to suppress warning 11 years ago
kailiu bc9b488e92 fix a warning in db_test when running `make release` 11 years ago