Improvements in HAMMER parallel I/O performance

看板DFBSD_kernel作者時間16年前 (2009/08/20 15:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
With the latest master people should be seeing some serious improvement in HAMMER's parallel I/O performance. e.g. simultanious reads and writes, benchmarks, and so forth. The improvements will be more pronounced if you are running SCSI, SILI, or the AHCI driver, but NATA will see a good chunk of the improvements too. These improvements are not in random I/O... e.g. find . or ls -lR on an uncached directory tree. They are specifically for parallel I/O loads, aka blogbench and friends. I did some major work controlling buffer cache locking as it relates to HAMMER, to reduce lock contention, and some major work on bioqdisksort() to add write bleedover and write bursting to the read priority scheme. -Matt Matthew Dillon <dillon@backplane.com>
文章代碼(AID): #1AZFIqzS (DFBSD_kernel)