Commit Graph

5671 Commits (304b3c706bf1325d19b1e9fc40653a6a22beef29)
 

Author SHA1 Message Date
Yueh-Hsuan Chiang 0bb8ea56be [RocksDB Options File] Add TableOptions section and support BlockBasedTable 9 years ago
James Lent 4a7970d751 Modify the way java static builds are done so that: 9 years ago
Yueh-Hsuan Chiang c4366165e7 Merge pull request #759 from jwlent55/statically-load-compression-libraries 9 years ago
Alexey Maykov fa4b5b3db8 Fix for the travis build caused by my previous commit 9 years ago
Alexey Maykov 3d07b815f6 Passing table properties to compaction callback 9 years ago
krad 64546af83e Adding parser to CI jobs 9 years ago
agiardullo def74f8763 Deferred snapshot creation in transactions 9 years ago
agiardullo c5f3707d42 DisableIndexing() for Transactions 9 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 9 years ago
James Lent 5a7222782a Ensure that the compression libraries are statically linked into dynamic libraries included 9 years ago
sdong e61d9c1484 Make DBTest.AggregatedTableProperties more deterministic 9 years ago
sdong b77eb16aba New Manifest format to allow customized fields in NewFile. 9 years ago
Igor Canadi 6732a5765d Merge pull request #756 from viveknelamangala/master 9 years ago
Vivek Nelamangala a52888ed00 Install snappy headers to standard locations using yum, so that build_tools/build_detect_platform sets -DSNAPPY flag to g++ . Current jars of rocksdb do no have snappy compression avaliable . 9 years ago
Igor Canadi 831101b5fa Make it harder for users to run debug builds in production 9 years ago
sdong 000836a880 CompactionFilter::Context to contain column family ID 9 years ago
Yueh-Hsuan Chiang 3a0bf873b5 Change RocksDB version to 4.1 9 years ago
krad 77318ee14b Enable crash CI jobs 9 years ago
Igor Canadi 9803e0d813 compaction_filter.h cleanup 9 years ago
Islam AbdelRahman 51fa7ecec5 Bytes read/written from cache statistics 9 years ago
Igor Canadi f925208ffc Create Makefile target unity_test 9 years ago
dyniusz a065cdb388 bloom hit/miss stats for SST and memtable 9 years ago
Igor Canadi 40cdf797d2 Fix compile error on platforms without fallocate() 9 years ago
Igor Canadi 77e4ad7ce2 Fix compile failure on Travis 9 years ago
Lakshmi Narayanan 4049bcde39 Added boolean variable to guard fallocate() calls 9 years ago
Igor Canadi aadf49fe6b Travis shouldn't fail when clang-format suggests improvements 9 years ago
Igor Canadi d80ce7f99a Compaction filter on merge operands 9 years ago
krad 726d9ce1a6 Disabling unity 9 years ago
dyniusz 0267502655 Support for LevelDB SST with .ldb suffix 9 years ago
Siying Dong 5855cdb6d0 Merge pull request #750 from yuslepukhin/fixup_build_options 9 years ago
Igor Canadi 7bbe10c013 Merge pull request #751 from yuslepukhin/return_noerror 9 years ago
Dmitri Smirnov e95b703b7f Mmap reads should not return error if reading past file 9 years ago
Dmitri Smirnov 25c58a2040 Add shared_linked DEBUG flag, remove port from among the include directories. 9 years ago
krad 60b1c0a701 Fix to CI job definition 9 years ago
Islam AbdelRahman 9babaeed16 Update dump_tool and undump_tool to accept Options 9 years ago
Igor Canadi eb5b637fb0 Fix condition for bottommost level 9 years ago
Igor Canadi 9eaff629e3 Make corruption_test more robust 9 years ago
Igor Canadi bf19dbff44 Fix valgrind - Initialize done variable 9 years ago
Yueh-Hsuan Chiang 5c7bf56d35 [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 10 years ago
Igor Canadi 115427ef63 Add APIs PauseBackgroundWork() and ContinueBackgroundWork() 10 years ago
krad a39897369a Adding features to CI job description 10 years ago
Igor Canadi a47bf325c6 Merge pull request #748 from yuslepukhin/improve_test_runs 10 years ago
Dmitri Smirnov 65324a16dc Improve test running scripts 10 years ago
Igor Canadi 7e4ee42315 Merge pull request #743 from edsrzf/amalgamation 10 years ago
Evan Shaw 7a23e4d8ca New amalgamation target 10 years ago
Igor Canadi e9a6808c4d Merge pull request #745 from yuslepukhin/test_appveyor_baseline 10 years ago
Dmitri Smirnov 9320ffd67a Improve CI build and fix Windows build breakage 10 years ago
agiardullo 03b08ba9a9 Return MergeInProgress when fetching from transactions or WBWI with overwrite_key 10 years ago
Islam AbdelRahman c29af48d3e Add max_file_opening_threads to db_bench 10 years ago
Yueh-Hsuan Chiang da1cf8a9bc Add a missing check for deprecated options in options_helper.cc 10 years ago