Commit Graph

1014 Commits (0fdb4f1688ebe160944c30c213f5afad4b13fb0f)

Author SHA1 Message Date
Yueh-Hsuan Chiang 0fdb4f1688 Fixed a compile warning in util/arena.cc when hugetlb is not supported. 9 years ago
Igor Canadi dac3f22b77 Fix the test failure 9 years ago
Igor Canadi 7ee445dd68 Fix the compile warning 9 years ago
jsteemann aa58958d38 prevent potential memleaks in Arena::Allocate*() 9 years ago
Igor Canadi 7b7b5d9f18 [minor] Reuse SleepingBackgroundTask 9 years ago
Assaf Sela 4805fa0eae Remove ldb HexToString method's usage of sscanf 9 years ago
sdong df34aea331 PlainTableReader to support non-mmap mode 9 years ago
sdong d746eaad5e RandomAccessFileReader should not inherit RandomAccessFile 9 years ago
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 9 years ago
jsteemann bbb18c8278 removed unused variable of type Status, fixed indentation 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Andres Noetzli 16934d4959 Fix wrong constants in db_test_util 9 years ago
Yueh-Hsuan Chiang f21c7415a7 Change the log level of DB start-up log from Warn to Header. 9 years ago
Igor Canadi 1b7ea8ce81 Skipped tests shouldn't be failures 9 years ago
Ari Ekmekji 2b683d4972 Add DBOption.max_subcompaction to option dump 9 years ago
Igor Canadi a7e80379b0 LogAndApply() should fail if the column family has been dropped 9 years ago
Andres Noetzli df22e2fb71 Relax memory order for faster tickers 9 years ago
Islam AbdelRahman e467bf0de0 Fix valgrind error 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
Islam AbdelRahman 7143242d12 Fix compaction_job_stats under ROCKSDB_LITE 9 years ago
Andres Noetzli ad0d70ca1e Relax asserts in arena_test 9 years ago
Dmitri Smirnov ddc8b44998 Address code review comments both GH and internal 9 years ago
Andres Noetzli c67d206898 Fixed arena_test failure due to malloc_usable_size() 9 years ago
Islam AbdelRahman 45e9e4f0bb Refactor NewTableReader to accept TableReaderOptions 9 years ago
Dmitri Smirnov 30e82d5c41 Refactor to support file_reader_writer on Windows. 9 years ago
Andres Noetzli c66d53feed Fixed minor issue in CompressionTypeSupported() 9 years ago
Andres Notzli 0ccf2db385 Fixed broken build due to format specifier 9 years ago
Andres Noetzli 6bdc484fd8 Added Equal method to Comparator interface 9 years ago
Amit Arya 7a31960ee9 Tests for ManifestDumpCommand and ListColumnFamiliesCommand 9 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 9 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 9 years ago
Amit Arya 20c44fefb7 t6913679: Use fallocate on LOG FILESS 9 years ago
Yueh-Hsuan Chiang 90415cfebe Fixed a compile warning in linux32 environment. 9 years ago
sdong 9d6503f88d Fix arena_test test break using glibc-2.17 9 years ago
agiardullo 77a28615ec Support static Status messages 9 years ago
Ari Ekmekji 8b689546b6 Add Subcompactions to Universal Compaction Unit Tests 9 years ago
sdong 3d78eb66bb Arena usage to be calculated using malloc_usable_size() 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
Javier González 0886f4f66a Helper functions to support direct IO 9 years ago
Yueh-Hsuan Chiang 1fb2abae2d ColumnFamilyOptions serialization / deserialization. 9 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 9 years ago
Igor Canadi 16ebe3a2a9 Mmap reads should not return error if reading past file 9 years ago
Andres Notzli 09d982f9e0 Fix compact_files_example 9 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 9 years ago
sdong 9130873a13 Add options.new_table_reader_for_compaction_inputs 9 years ago
Islam AbdelRahman 3fd70b05b8 Rate limit deletes issued by DestroyDB 9 years ago
Yueh-Hsuan Chiang 9ec9571593 DBOptions serialization and deserialization 9 years ago
Yueh-Hsuan Chiang b2df20a890 Make HashCuckooRep::ApproximateMemoryUsage() return reasonable estimation. 9 years ago
Ari Ekmekji f0da6977a3 [Parallel L0-L1 Compaction Prep]: Giving Subcompactions Their Own State 9 years ago
Andres Notzli f32a572099 Simplify querying of merge results 9 years ago