Size of L2 writes
Posted: Wed Jan 03, 2018 9:46 am
What is the size of L2 cache writes? Is it equal to the set block size? Or some other constant?
I'm asking because currently when I have block size set to 4KB the writes are slow: 16MB/s when Task Manager says the SSD is 100% busy. There must be something suboptimal about it, maybe the writes are too small? For L2 populating you could gather many blocks and write in several MB big bursts.
If there are many block-size write requests it could be beneficial to increase the block size to reach more optimal speed vs overhead ratio (SSDs have natural write overhead anyway).
I'm asking because currently when I have block size set to 4KB the writes are slow: 16MB/s when Task Manager says the SSD is 100% busy. There must be something suboptimal about it, maybe the writes are too small? For L2 populating you could gather many blocks and write in several MB big bursts.
If there are many block-size write requests it could be beneficial to increase the block size to reach more optimal speed vs overhead ratio (SSDs have natural write overhead anyway).