• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SSD Random Read 4k Aligned

Well the device will only read/write in 4K pages so the biggest problem an unaligned read should cause is 8K if the data straddles two pages. So there should be some impact, but with high read speeds of SSDs and OS read-ahead the affect should be minimal.

For writes however, if you update some data that straddles 2 pages you have to read both pages, update the data and write both back instead of just 1 step of updating a single page.

Disclaimer: I didn't read the article.
 
Back
Top