12 reasons why your app won't scale(blog.scalingo.com) |
12 reasons why your app won't scale(blog.scalingo.com) |
I assume the writer is only familiar with synchronous disk IO which is ironic considering the mention of asynchronous programming.
File IO is one of the fastest operations if done right and some popular databases even use the OS cache instead of their own, MS SQL server is the only database I'm aware that doesn't.
I seriously question the authors knowledge of what it takes to "scale" if they think file IO is going to slow you down