|
|
|
|
|
by jjoe
5673 days ago
|
|
If I may ask, what are your read and/or write patterns like (random, sequential, predictable, etc)? What's the typical read and/or write size like for your application? How much data are you dealing with? I understand you're set on a cloud-like environment but have you considered running off a dedicated server(s) with SSD? The IO improvement is dramatic. We have several clients running SSD in production without any issues to report. Regards Joe |
|
We have a combination of random and sequential data access patterns. Our data fits really well into key/value data stores, such as Cassandra. We'd prefer to get 10k qps for random I/O, of course that's data-model dependent.
Our Data is currently in the hundreds of gigs to several terabytes, but is likely to increase quite a bit in the coming months.
If we buy hardware, we're definitely planning on testing SSD extensively.
The main question is about who to Colo or Rent from.