The usual fix to poor applications design is to buy hardware to solve the problem. What I mean by poor applications design is:
I am sure we all could provide other examples of poor application design choices. The problem is that the file system and operating system most often have no choice but to do whatever dumb request the application tells it to do, as there is little to no communication along the data path. The usual solution to the problem is the hardware approach -- in other words, throw hardware at the problem. The hardware solution works to a point, and with advent of SSDs, the hardware solution works for a point farther down the path, given the lower latency and often higher bandwidth of SSDs and the ability of SSDs to handle more IOPS.
The question then becomes, is using SSDs to solve an application design problem the right solution? The hardware vendors, of course, will tell you yes, and in the short run they might be correct. Buying a few SSDs might be less expensive than paying to redesign applications in the short run, but in the long run just throwing hardware at the problem is going to have limitations. When that happens, you will have no choice but to re-write your applications.
Then, you will realize all of the money you have spent over the years throwing hardware at the problem, only to still be faced with the cost of the re-write, and you will not be happy.
Labels: I/O, storage management, storage hardware
posted by: Henry Newman
You might have seen that EMC purchased XtremIO this week. As I said in previous predictions, the SSD market will continue to consolidate. I believe the trend will continue to accelerate for the following reasons:
Last, but certainly not least, is the fact that SSDs are more expensive than disk storage and cannot be used for everything because of their cost. Most of the people I have talked to are looking for some type of tiered storage, and I think you will continue to see storage controller companies buying SSD companies so they can have tiered storage. The cost of SSDs is still not tractable for large bulk data storage, and it is tractable only for high IOPS environments. The question is what happens after the SSDs and disk tier? That is the topic for my next entry.
Labels: EMC, SSD, consolidation
posted by: Henry Newman