Commit Graph

3117 Commits (aaceef363877c6b7d842c18680278c187e2115c0)
 

Author SHA1 Message Date
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
Igor Canadi fa0b126c0c Fix corruption_test -- if status is not OK, return status -- during recovery 10 years ago
Igor Canadi d7b4bb62a7 Fail DB::Open() on WAL corruption 10 years ago
Igor Canadi 9619081d9b Merge pull request #449 from robertabcd/improve-backupable 10 years ago
Robert 49376bfe87 Fix errors when using -Wshorten-64-to-32. 10 years ago
Robert a8c5564a9d Do not issue extra GetFileSize() calls when loading BackupMeta. 10 years ago
Robert caa1fd0e0e Improve performance when loading BackupMeta. 10 years ago
sdong e9ca358157 Fix CLANG build for db_bench 10 years ago
Yueh-Hsuan Chiang bf287b76e0 Add structures for exposing thread events and operations. 10 years ago
sdong a801c1fb09 db_bench --num_hot_column_families to be default off 10 years ago
Manish Patil 2067058a60 Dump routine to BlockBasedTableReader (valgrind) 10 years ago