Commit Graph

3093 Commits (f36d394aeddf420661e54a1a0a54fcc790c9cffb)
 

Author SHA1 Message Date
fyrz b015ed0ca6 [RocksJava] Slice / DirectSlice improvements 10 years ago
Yueh-Hsuan Chiang 4d422db010 Merge pull request #430 from adamretter/increase-parallelism 10 years ago
Yueh-Hsuan Chiang 04c4e49691 Merge pull request #411 from fyrz/RocksJava-RangeCompaction 10 years ago
Igor Canadi 62d19b7b59 Merge pull request #427 from haneefmubarak/c-examples 10 years ago
Haneef Mubarak 28424d734b style fixes in c example 10 years ago
Venkatesh Radhakrishnan 7198ed5a2e Handle errors during pthread calls 10 years ago
Haneef Mubarak 91c58752fa error detection and memory leaks in c example 10 years ago
Yueh-Hsuan Chiang 25f70a5abb Avoid unnecessary unlock and lock mutex when notifying events. 10 years ago
Venkatesh Radhakrishnan 7661e5a76e Move the file copy out of the mutex. 10 years ago
Adam Retter 17e84f2151 Rudimentary test cases for setIncreaseParallelism 10 years ago
Adam Retter eda0dcdd97 Exposed IncreasedParallelism option to Java API as 10 years ago
fyrz efc94ceb27 [RocksJava] Incorporated changes for D29283 10 years ago
fyrz 69188ff449 [RocksJava] CompactRange support 10 years ago
fyrz 48adce77cc [RocksJava] CompactRange support 10 years ago
Venkatesh Radhakrishnan 153f4f0719 RocksDB: Allow Level-Style Compaction to Place Files in Different Paths 10 years ago
Igor Canadi 06eed650a0 Optimize default compile to compilation platform by default 10 years ago
Qiao Yang cef6f84393 Added 'dump_live_files' command to ldb tool. 10 years ago
sdong 7ab1526c0e Add an assert and avoid std::sort(autovector) to investigate an ASAN issue 10 years ago
Yueh-Hsuan Chiang 74b3fb6d97 Fix Mac compile errors on util/cache_test.cc 10 years ago
sdong d7a486668c Improve scalability of DB::GetSnapshot() 10 years ago
Alexey Maykov ee95cae9a4 Modifed the LRU cache eviction code so that it doesn't evict blocks which have exteranl references 10 years ago
sdong 0ab0242f37 VersionBuilder to use unordered set and map to store added and deleted files 10 years ago
Lei Jin e93f044d99 add range scan test to benchmark script 10 years ago
Igor Canadi cb82d7b081 Fix #434 10 years ago
sdong 046ba7d47c Fix calculation of max_total_wal_size in db_options_.max_total_wal_size == 0 case 10 years ago
Yueh-Hsuan Chiang 1b7fbb9e82 Update HISTORY.md for release 3.9 10 years ago
Leonidas Galanis 635c61fd3b Fix problem with create_if_missing option when wal_dir is used 10 years ago
Yueh-Hsuan Chiang 2871bc7bc8 Merge pull request #422 from fyrz/RocksJava-Quality-Improvements 10 years ago
Yueh-Hsuan Chiang 8c5781666e Add -fno-exceptions flag to ROCKSDB_LITE. 10 years ago
sdong 1f04066cab Add DBProperty to return number of snapshots and time for oldest snapshot 10 years ago
Venkatesh Radhakrishnan 6436ba6b06 Provide mechanism to restart tests from previous error 10 years ago
Yueh-Hsuan Chiang d84b2badeb Replace exception by abort() in dummy HdfsEnv implementation. 10 years ago
Igor Canadi 9260e1ad74 Bump version to 3.9 10 years ago
Yueh-Hsuan Chiang 8f4e1c1c9a Remove the compability check on log2 OS_ANDROID as it's already blocked by ROCKSDB_LITE 10 years ago
Yueh-Hsuan Chiang c4a7423c1d Replace runtime_error exception by abort() in thread_local 10 years ago
Yueh-Hsuan Chiang a94d54aa47 Remove the use of exception in WriteBatch::Handler 10 years ago
Yueh-Hsuan Chiang a5d4fc0a25 Fix compile warning in db_stress 10 years ago
Yueh-Hsuan Chiang 1a8f4821a7 Replace exception by assertion in autovector 10 years ago
Yueh-Hsuan Chiang 97c1940882 Fix compile warning in db_stress.cc on Mac 10 years ago
Yueh-Hsuan Chiang 5f719d7202 Replace exception by setting valid_ = false in DBIter::MergeValuesNewToOld() 10 years ago
Mark Callaghan c0dee851c3 Improve formatting, add missing newlines 10 years ago
Igor Canadi 815f638cd0 Fix java build 10 years ago
Mark Callaghan 32a0a03844 Add Moved(GB) to Compaction IO stats 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
fyrz 3e684aa685 Integrated changes from D29571 10 years ago
Igor Canadi 37d73d597e Fix linters 10 years ago
fyrz a15169f2e9 Fixed a Lint problem 10 years ago
fyrz b7f9e644cc [RocksJava] Quality improvements 10 years ago
fyrz e002a6122f [RocksJava] Comparator tests for CF 10 years ago
fyrz 335e6ad5cd [RocksJava] Remove obsolete dbFolder cleanup 10 years ago