Commit Graph

3086 Commits (e63140d52baff154a502452aa94baef5bcec87b6)
 

Author SHA1 Message Date
fyrz d68e83c356 [RocksJava] DirectSlice String termination fix 10 years ago
sdong 0ddf5f73ec memenv: normalize file path 10 years ago
Yueh-Hsuan Chiang 4d9d5955ac Merge pull request #464 from fyrz/RocksJava-Various-Fixes 10 years ago
Yoshinori Matsunobu ceaea2b72d Adding prefix_extractor string config parameter 10 years ago
Igor Canadi 3d628f8f22 Update format_version comment 10 years ago
Igor Canadi 155bec4cf2 fallocate also tests FALLOC_FL_KEEP_SIZE 10 years ago
fyrz c75c02e7a2 [RocksJava] WriteBatchWithIndexTest fix 10 years ago
fyrz c787fb50b8 [RocksJava] JavaDoc errors in Java8 10 years ago
Yueh-Hsuan Chiang b229f970df Remove Compaction::ReleaseInputs(). 10 years ago
Venkatesh Radhakrishnan f2ddb8b452 Fix for bug where GeoDB accesses key after next modification of iterator 10 years ago
Thomas Dudziak d10f1de2b4 Ported LevelDB's fault_injection_test 10 years ago
Igor Canadi 2bb059007b Change db_stress to work with format_version == 2 10 years ago
Igor Canadi 9ab5adfc59 New BlockBasedTable version -- better compressed block format 10 years ago
Yueh-Hsuan Chiang 2355931c6f Merge pull request #450 from adamretter/writebatch-with-index 10 years ago
Adam Retter 3d246c89cc Abstract duplicate code on key and value slice objects into generic methods 10 years ago
Adam Retter 2d0dd8db3b Implement WBWIRocksIterator for WriteBatchWithIndex in the Java API 10 years ago
Adam Retter de678b288e Abstractions for common iterator behaviour 10 years ago
Adam Retter e01acb3a04 Test for WriteBatchWithIndex#newIterator() 10 years ago
Adam Retter 56f24941ab Simplify the Java API by permitting WriteBatchWithIndex to be provided straight to RocksDB#write 10 years ago
Adam Retter 95d5f98487 Test for RocksDB#write(WriteBatchWithIndex) 10 years ago
Adam Retter ef5b34dee0 Implement WriteBatchWithIndex in the Java API 10 years ago
Adam Retter c6e5545612 Abstractions for common write batch behaviour 10 years ago
Adam Retter be905491bf Test for WriteBatchWithIndex#newIteratorWithBase(org.rocksdb.RocksIterator) 10 years ago
Adam Retter 2241e3f4d5 Extract the interface for a RocksIterator 10 years ago
Adam Retter a8cfa7ace8 Extract the interface for a WriteBatch 10 years ago
Adam Retter 45e43b81df Adds support for db->DefaultColumnFamily() to the Java API 10 years ago
Igor Canadi 516a04267e Add LZ4 compression to sanity test 10 years ago
Igor Canadi 2ccc54301d Merge pull request #460 from neutronsharc/master 10 years ago
Xiangyong Ouyang 2a7bd0ea45 Remove duplicated method declarations in C header. 10 years ago
sdong bb128bfec3 More accurate message for compaction applied to a different version 10 years ago
Igor Canadi 96b8240bc5 Support footer versions bigger than 1 10 years ago
Igor Canadi 53f615df6a Fix clang build 10 years ago
Igor Canadi 02b30202cd Merge pull request #455 from Andersbakken/stdlib_fix 10 years ago
Yueh-Hsuan Chiang 2159484dd6 Remove two unnecessary blank lines in db/db_test.cc 10 years ago
Yueh-Hsuan Chiang e7dd88c57d Merge pull request #441 from fyrz/RocksJava-ColumnFamilyDescriptor-Alignment 10 years ago
Yueh-Hsuan Chiang d2c018fd5b Make ThreadStatusMultipleCompaction more robust. 10 years ago
Yueh-Hsuan Chiang bf9aa4dfcd Improve GetThreadStatus to avoid false alarm in some case. 10 years ago
Yueh-Hsuan Chiang c91cdd59c1 Allow GetThreadList() to indicate a thread is doing Compaction. 10 years ago
Igor Canadi 402c1152a7 Fix c_simple_example 10 years ago
Anders Bakken a9ea65d652 Build with clang 3.5 on Linux. 10 years ago
fyrz 23ad5f401a [RocksJava] Incorporated changes for D30525 10 years ago
fyrz 0aab1005f8 [RocksJava] ColumnFamilyDescriptor alignment with listColumnFamilies 10 years ago
Igor Canadi 15d2abbec3 Fix build issues 10 years ago
Igor Canadi abb9b95ffe Move compression functions from port/ to util/ 10 years ago
sdong 9132e52ea4 DB Stats Dump to print total stall time 10 years ago
Igor Canadi 93b35c299b Merge pull request #453 from fyrz/SimpleCExampleSigSegv 10 years ago
Robert 628a67b007 Reduce memory footprint in backupable db. 10 years ago
fyrz ef39016424 Fixed memory issue in c_simple_example 10 years ago
Igor Canadi b89d58dfa3 :%s/build_config/make_config 10 years ago
Ameya Gupte 242b9769c3 Memtablerep Benchmark 10 years ago