←back to thread

SSDs have become fast, except in the cloud

(databasearchitects.blogspot.com)
589 points greghn | 1 comments | | HN request time: 0.218s | source
Show context
ksec ◴[] No.39449867[source]
This got me thinking about the recent Rails improvement on moving cache from RAM to SSD. The test they did from what I remembered was RAM at 0.8ms and SSD was ~1.5ms. Moving to SSD you could afford to cache 10x more data and still be cheaper. Now I wonder if the test results would be the same on cloud. Assuming they tested it locally.
replies(2): >>39449897 #>>39449934 #
1. aditya ◴[] No.39449934[source]
got a link to the rails improvement?

nvm, found it: https://dev.37signals.com/solid-cache/