Commit Graph

2533 Commits (a28b3c438887c66544ad4d912f7f41484d114f8b)
 

Author SHA1 Message Date
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
fyrz 16d2ebdbcf Minor adjustment to prevent two warnings 10 years ago
fyrz 70294c9114 JavaDoc improvements on RocksJava 10 years ago
Igor Canadi 833357402c WriteBatchWithIndex supports an iterator that merge its change with a base iterator. 10 years ago
sdong 4f65fbd197 WriteBatchWithIndex's iterator to support SeekToFirst(), SeekToLast() and Prev() 10 years ago
sdong f441b273ae WriteBatchWithIndex to support an option to overwrite rows when operating the same key 10 years ago
Yueh-Hsuan Chiang 3ead857a0d Fixed Mac compile error in util/options_test.cc 10 years ago
Yueh-Hsuan Chiang 5a76186340 Fixed compile error on Mac: default arguments for lambda expressions 10 years ago
Lei Jin cd0d581ff5 convert Options from string 10 years ago
Lei Jin f18b4a4847 minor update to benchmark script 10 years ago
sdong b7d3d6ebc5 db_bench: set thread pool size according to max_background_flushes 10 years ago
ankgup87 c5f54a8f33 Merge pull request #339 from fyrz/bloomFilterSupportNewFormat 10 years ago
fyrz ced6129574 Improved JavaDoc 10 years ago
fyrz 5e43155b3f RocksJava should support not only BlockBased Bloomfilter 10 years ago