Commit Graph

3077 Commits (2c2d5ab7e86c387c538f3a9eda8b9cc9408df54c)
 

Author SHA1 Message Date
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
sdong 73ee4febab Add comments about properties supported by DB::GetProperty() and DB::GetIntProperty() 10 years ago
Igor Canadi 2dca48f550 Merge pull request #451 from StanislavGlebik/document_db_improvement 10 years ago
stash93 4b57d9a820 Fixed negative numbers comparison in DocumentDB 10 years ago
sdong 9ef59a09a5 VersionSet::AddLiveFiles() to assert current version is included. 10 years ago
sdong 4d16a9a633 VersionBuilder to optimize for applying a later edit deleting files added by previous edits 10 years ago
Igor Canadi 7731d51c82 Simplify column family concurrency 10 years ago
Igor Canadi 07aa4e0e35 Fix compaction summary log for trivial move 10 years ago
Leonidas Galanis 9d5bd411be benchmark.sh won't run through all tests properly if one specifies wal_dir to be different than db directory. 10 years ago
Igor Canadi 62ad0a9b19 Deprecating skip_log_error_on_recovery 10 years ago