Commit Graph

6922 Commits (0a2354ca8f27f6e9a8fd1bc494990dd1e3c20f5c)
 

Author SHA1 Message Date
Sagar Vemuri d938226af4 Improve performance of long range scans with readahead 7 years ago
Ben Darnell 65d431639b Update comments about default WALRecoveryMode 7 years ago
Siying Dong 1039133f2d BlockBasedTable::NewDataBlockIterator to always return BlockIter 7 years ago
Yi Wu c7226428dd WritePrepared Txn: Fix DBIterator and add test 7 years ago
Kamalalochana Subbaiah d6fdd59c63 CMake changes for CRC32 Optimization on PowerPC 7 years ago
Yi Wu 35d8e65a04 Make Iterator::SeekForPrev pure virtual 7 years ago
Yi Wu d46e832e94 Assert last reference before destroy ColumnFamilyData 7 years ago
Yi Wu edc258127e DB::DumpSupportInfo should log all supported compression types 7 years ago
Nathan VanBenschoten ec0167eecb Fix WriteBatch rep_ format for RangeDeletion records 7 years ago
Sagar Vemuri 0ea7170d7d Remove old misleading comments 7 years ago
Yi Wu 7e3d3326ce Blob DB: dump blob_db_options.min_blob_size 7 years ago
Siying Dong 7291a3f813 Improve fallocate size in compaction output 7 years ago
Islam AbdelRahman c615689bb5 Support skipping bloom filters for SstFileWriter 7 years ago
Bernard Spil 6f5ba0bf5b Fix building on FreeBSD 7 years ago
Yi Wu f2f034ef3b Blob DB: fix crash when DB full but no candidate file to evict 7 years ago
Yi Wu 5568aec421 Fix DBTest::SoftLimit TSAN failure 7 years ago
Siying Dong 47ad6b81ff Add 5.10.fb to tools/check_format_compatible.sh 7 years ago
Yi Wu f1cb83fcf4 Fix Flush() keep waiting after flush finish 7 years ago
topilski b9873162f0 Fixed get version on windows, moved throwing exceptions into cc file. 7 years ago
jonasf 4decff6fa8 Add possibility to change ttl on open DB 7 years ago
Andrew Kryczka 46e599fc6b fix live WALs purged while file deletions disabled 7 years ago
Andrew Kryczka 266d85fbec fix DBTest.AutomaticConflictsWithManualCompaction 7 years ago
Yi Wu dc360df81e Fix multiple build failures 7 years ago
Bartek Wrona bf6f03f3cd Issue #3370 Broken CMakeLists.txt 7 years ago
Sunguck Lee af92d4ad11 Avoid too frequent MaybeScheduleFlushOrCompaction() call 7 years ago
Anand Ananthabhotla d0f1b49ab6 Add a Close() method to DB to return status when closing a db 7 years ago
Sagar Vemuri 68829ed89c Revert Snappy version upgrade 7 years ago
Andrew Kryczka 43549c7d59 Prevent unnecessary calls to PurgeObsoleteFiles 7 years ago
Andrew Kryczka ba295cda29 replace DBTest.HugeNumbersOfLevel with a more targeted test case 7 years ago
Sagar Vemuri e446d14093 Fix PowerPC dynamic java build 7 years ago
Andrew Kryczka 6d7e3b9faf fix Gemfile.lock nokogiri dependencies 7 years ago
Peter (Stig) Edwards 45828c7215 Consider an increase to buffer size when reading option file, from 4K to 8K. 7 years ago
Changli Gao 0a7ba0e548 Fix memleak when DB::DeleteFile() 7 years ago
Andrew Kryczka 9c2f64e148 Update Gemfile.lock 7 years ago
Bo Liu 204af1eccc add WriteBatch::WriteBatch(std::string&&) 7 years ago
Adam Retter d4da02d147 Add Jenkins for PPC64le build status badge 7 years ago
Adam Retter a53c571d2d FreeBSD build support for RocksDB and RocksJava 7 years ago
Dmitri Smirnov b010116d82 Eliminate some redundant block reads. 7 years ago
Andrew Kryczka 0c6e8be9e2 Fix directory name for db_basic_test 7 years ago
Anand Ananthabhotla 199405192d Add a BlockBasedTableOption to turn off index block compression. 7 years ago
Andrew Kryczka bafec6bb30 Fix checkpoint_test directory setup/cleanup 7 years ago
Siying Dong a478e85697 Remove GCC parameter "-march=native" for ARM 7 years ago
Sagar Vemuri 677f249d6d Fix Travis build failures in CMake RocksJava 7 years ago
Siying Dong 6aa95f4d0f Fix a wrong log formatting 7 years ago
Andrew Kryczka 0f0d2ab95a fix DBImpl instance variable naming 7 years ago
Yi Wu 46ec52499e Fix db_bench write being disabled in lite build 7 years ago
Maysam Yabandeh 00b33c2474 WritePrepared Txn: address some pending TODOs 7 years ago
Chris Lu 24e2c1640d add support for allow_ingest_behind in C API 7 years ago
Adam Retter 398d72fa61 Add autotune and #getBytesPerSecond() to RocksJava RateLimiter 7 years ago
Yi Wu 30a017feca Blob DB: avoid having a separate read of checksum 7 years ago