Commit Graph

7780 Commits (33b33235ffe5030a1a7dfeeea7d64c988eb84927)
 

Author SHA1 Message Date
Tongliang Liao f8d5c1b012 Import library for DLL (i.e. rocksdb-shared.lib) requires ARCHIVE DESTINATION. (#4832) 6 years ago
Yanqin Jin ec68091d19 Remove an unused parameter (#4816) 6 years ago
Siying Dong f0dda35d7d Preload some files even if options.max_open_files (#3340) 6 years ago
Burton Li 46e3209e0d Compaction limiter miscs (#4795) 6 years ago
Max b1288cdc24 Fix typos in comments (#4819) 6 years ago
faust ca32fc1718 Insane line length detected (#4813) 6 years ago
Alexander Zinoviev 80bf8975fd Add a new per level counter for block cache hit (#4796) 6 years ago
Andrew Kryczka e0be1bc4f1 fix DeleteRange memory leak for mmap and block cache (#4810) 6 years ago
Siying Dong da1c64b6e7 Introduce a CPU time counter in perf_context (#4741) 6 years ago
Abhishek Madan 02bfc5831e Change is_range_del_table_empty_ flag to atomic (#4801) 6 years ago
Abhishek Madan 8bf73208a4 Remove stale TODO (#4800) 6 years ago
Jakub Tomanik 71a69d9b68 Fix building RocksDB for iOS (#4687) 6 years ago
Adam Retter 1b0c9ce396 Fix Windows broken build error due to non-const override (#4798) 6 years ago
Adam Retter 257b458121 Update the version of the dependencies used by the RocksJava static build (#4761) 6 years ago
Yanqin Jin 671a7eb36f Avoid switching empty memtable in certain cases (#4792) 6 years ago
Abhishek Madan c15df15f07 Fix unused member compile error 6 years ago
Andrew Kryczka 68d949b3e3 Enable DeleteRange in stress/crash tests (#4483) 6 years ago
Abhishek Madan 81b6b09f6b Remove v1 RangeDelAggregator (#4778) 6 years ago
Fosco Marotto 311cd8cf2f Updated benchmark script (#4134) 6 years ago
Adam Retter 75a333ad2d Fix build on macOS when jemalloc is installed via HomeBrew (#4767) 6 years ago
Roman Zeyde a62c6626e0 Support setting options on column families via C bindings (#4785) 6 years ago
Adam Retter 84001cfa96 Cache dependencies for static build of RocksJava (#4769) 6 years ago
Abhishek Madan abf931afa6 Add compaction logic to RangeDelAggregatorV2 (#4758) 6 years ago
Adam Singer a914a1c6dc Add `getMin`, `getMax`, `getCount`, `getSum` to `HistogramData` class object. (#4742) 6 years ago
Maysam Yabandeh 4ed3c1eb88 Fix flaky test DeleteFileRange (#4784) 6 years ago
Adam Singer d6dfe516ff Synchronize ticker and histogram metrics for Java API (#4733) 6 years ago
Andrew Kryczka 8d2b74d287 Refine db_stress params for atomic flush (#4781) 6 years ago
Maysam Yabandeh 349542332a Fix race condition on options_file_number_ (#4780) 6 years ago
Yanqin Jin 4fce44fc8b Improve flushing multiple column families (#4708) 6 years ago
Maysam Yabandeh 67e5b5420e Reduce runtime of compact_on_deletion_collector_test (#4779) 6 years ago
DorianZheng 2670fe8c73 Get `CompactionJobInfo` from CompactFiles 6 years ago
Burton Li a8b9891f95 Concurrent task limiter for compaction thread control (#4332) 6 years ago
Maysam Yabandeh 0aa17c1002 Fix flaky test DBCompactionTest::DeleteFileRange (#4776) 6 years ago
DorianZheng 4862720e08 Expose column family id to `FlushJobInfo` 6 years ago
Siying Dong ae25546a7a Direct I/O Close() shouldn't rewrite the last block (#4771) 6 years ago
Tathagata Das 49666d76cf Fix swallowing of exception in Java RocksDB when loading native library (#4728) 6 years ago
Abhishek Madan cad248f5c6 Prepare FragmentedRangeTombstoneIterator for use in compaction (#4740) 6 years ago
Adam Retter d3daa0db8b RocksJava must compile on JDK7 (#4768) 6 years ago
Sagar Vemuri dde3ef1116 Change directory where ExternalSSTFileBasicTest runs (#4766) 6 years ago
Adam Retter f8943ec003 Fix issues with RocksJava dropColumnFamily (#4770) 6 years ago
Ben Clay 8261e0026b Promote CompactionFilter* accessors to ColumnFamilyOptionsInterface (#3461) 6 years ago
Abhishek Madan 64aabc9183 Properly set smallest key of subcompaction output (#4723) 6 years ago
Adam Singer 10e7de7705 Reduce javadoc warnings (#4764) 6 years ago
Maysam Yabandeh 21fca397cc Fix inline comments for assumed_tracked (#4762) 6 years ago
Yanqin Jin f307479ba6 Enable checkpoint of read-only db (#4681) 6 years ago
Anand Ananthabhotla 1b01d23be2 Add PerfContext counters for index/filter block cache stats (#4540) 6 years ago
Adam Retter 4048762cbe Updated the CentOS 6 Docker build for RocksJava to a newer GCC toolchain (#4756) 6 years ago
Sagar Vemuri 0463f61837 Refactor BlockBasedTable::Open (#4636) 6 years ago
Pengchao Wang c41c60be13 fix tombstone collectable test (#4755) 6 years ago
Maysam Yabandeh b878f93c70 Extend Transaction::GetForUpdate with do_validate (#4680) 6 years ago