Commit Graph

2646 Commits (c02338a698569c556a8019240b3740aa30d61cdd)
 

Author SHA1 Message Date
Igor Canadi 90f156402c Fix CompactBetweenSnapshots 10 years ago
Igor Canadi 2717422e21 Merge pull request #361 from adamretter/fix-yosemite-build 10 years ago
Yueh-Hsuan Chiang 3b5fe3a1f3 Correct the log message in VersionEdit 10 years ago
Adam Retter c584d2b538 Fix for building RocksDB Java on Mac OS X Yosemite 10 years ago
sdong 2a8e5203d8 db_bench: --batch_size used for write benchmarks too 10 years ago
sdong d755e53b87 Printing number of keys in DB Stats 10 years ago
Lei Jin 839c376bd1 fix table_test 10 years ago
Lei Jin 0fd985f427 Avoid reloading filter on Get() if cache_index_and_filter_blocks == false 10 years ago
Yueh-Hsuan Chiang e11a5e776f Improve the comment of util/thread_local.h 10 years ago
Igor Canadi 6398e6a6a5 Fix DeleteFile() + enable deleting files oldest files in level 0 10 years ago
Yueh-Hsuan Chiang 0d3145198e Merge pull request #231 from adamretter/master 10 years ago
Adam Retter a6fb7f312d Fix code review comments raised in https://reviews.facebook.net/D22779 10 years ago
Adam Retter c63494fb61 Tests for ComparatorOptions, Comparator and DirectComparator, and by 10 years ago
Adam Retter 5e25274110 Fix code style problems identified by lint 10 years ago
Adam Retter 25641bfc9c Fix to memory dealocation when creating a slice from a byte buffer 10 years ago
Adam Retter fc12cb83f2 Add locking to comparator jni callback methods which must be thread-safe 10 years ago
Adam Retter d6fe8dacc8 Feature - Implement Java API for Comparator and Slice. Allows use of 10 years ago
Adam Retter 700f6ec3ff Ignore IntelliJ idea project files and ignore java/out folder 10 years ago
sdong 5bfb7f5d0b db_bench: seekrandom can specify --seek_nexts to read specific keys after seek. 10 years ago
Lei Jin ff8f74c204 remove checking lower bound of level size 10 years ago
Lei Jin 2dd9bfe3a8 Sanitize block-based table index type and check prefix_extractor 10 years ago
Vlad Balan dbcfe27d6c Merge branch 'master' of https://github.com/facebook/rocksdb 10 years ago
Yueh-Hsuan Chiang 6c66918645 Speed up DB::Open() and Version creation by limiting the number of FileMetaData initialization. 10 years ago
Yueh-Hsuan Chiang 5db9e76644 Fix Mac compile error: C++11 forbids default arguments for lambda expressions 10 years ago
Lei Jin f4363fb81c Fix DynamicMemtableOptions test 10 years ago
Yueh-Hsuan Chiang 8f01bf80cc Merge pull request #353 from fyrz/FixBloomfilterRocksJava 10 years ago
Igor Canadi ee80fb4b4a Total memtables size counter 10 years ago
Igor Canadi c12f571d31 Fix mac compile, second try 10 years ago
Igor Canadi d2e60f5cee Fix mac compile 10 years ago
Lei Jin 274dc81c92 fix build failure 10 years ago
Lei Jin d6c8dba727 Log MutableCFOptions in SetOptions 10 years ago
Lei Jin 4d5708aa56 dynamic soft_rate_limit and hard_rate_limit 10 years ago
Lei Jin 065a67c4f0 dynamic disable_auto_compactions 10 years ago
Lei Jin dc50a1a593 make max_write_buffer_number dynamic 10 years ago
sdong 6a150c0118 ldb: support --fix_prefix_len 10 years ago
fyrz bafbc23baa Filters getting disposed by System.gc before EOL 10 years ago
Igor Canadi ca250d71a1 Move logging out of mutex 10 years ago
sdong 5cc9adf5ba WriteBatchWithIndex's Iterator bug of SeekToFirst() and SeekToLast() 10 years ago
Yueh-Hsuan Chiang 7658bcc1e5 Merge pull request #352 from fyrz/OptionsTestMergeProblem 10 years ago
fyrz 1b97934a2c Options correction 10 years ago
Vlad Balan 2ef3ed86f3 Integrated feedback from ankgup87 10 years ago
Vlad Balan a40ce219b9 Adding merge functions to RocksDBJava 10 years ago
Igor Canadi cc6c883f59 Stop stopping writes on bg_error_ 10 years ago
Igor Canadi 4942f6efb6 Merge pull request #350 from fyrz/reenable_accidentally_disabled_test 10 years ago
fyrz ee28f431d0 With the last commit a Test was accidentally disabled. This commit solves this. 10 years ago
Yueh-Hsuan Chiang b5dd7eed68 Merge pull request #319 from fyrz/column_families_java 10 years ago
fyrz 18004d2f20 [RocksJava] Column family support 10 years ago
Yueh-Hsuan Chiang 5908d08a0b Merge pull request #336 from fyrz/32BitRocksJavaBug 10 years ago
ankgup87 9e5f2a952b Merge pull request #344 from fyrz/java-doc-enhancements 10 years ago
fyrz 4f5a687254 32-Bit RocksJava resolution for jlong overflows 10 years ago