You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdong
32149059f9
Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes
...
Summary: To reduce number of options, merge source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes.
Test Plan: Add two new unit tests. Run all existing tests, including jtest.
Reviewers: yhchiang, igor, IslamAbdelRahman
Reviewed By: IslamAbdelRahman
Subscribers: leveldb, andrewkr, dhruba
Differential Revision: https://reviews.facebook.net/D59829
8 years ago
..
benchmark/src/main/java/org/rocksdb/ benchmark
Deprectate filter_deletes
9 years ago
crossbuild
Fixed packaging of java crossbuild jar by forcing all compiled binaries to be output to the java/target directory. The uber crossbuild jar is then assembled within the java/target directory.
9 years ago
rocksjni
Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes
8 years ago
samples/src/main/ java
Correct geHistogramData() -> getHistogramData() ( #1257 )
8 years ago
src
Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes
8 years ago
CMakeLists.txt
fixes 1215: execute_process(COMMAND mkdir ${DIR}) fails to create a directory with cmake on Windows ( #1219 )
8 years ago
HISTORY-JAVA.md
Update JAVA-HISTORY.md for v3.13
9 years ago
Makefile
Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost ( #1273 )
8 years ago
RELEASE.md
Fixed packaging of java crossbuild jar by forcing all compiled binaries to be output to the java/target directory. The uber crossbuild jar is then assembled within the java/target directory.
9 years ago
jdb_bench.sh
Moved Java Benchmark main classes into benchmark/src/main/java
10 years ago
rocksjni.pom
fixes #1212 : rocksdbjni maven build does not escape slashes in groovy script ( #1213 )
8 years ago