I use a Patriot Torx 128GB in my dev machine. It died completely after two weeks. The seller told me that they are very reliable and that it was just bad luck and replaced it with a new one. It is so fast and silent that I decided to give it another try and I have been using it for three months now. I didn't try to recover the data but I think that in case of failure or damage it is more difficult to recover the info…
Poll: Are you using SSDs?
51–60 of 153 posts
Re: Poll: Are you using SSDs?
#52The most interesting insight I can offer is that because there is no seek time penalty and SSD throughput increases as the I/O scatters, our tests with RAID 5 are essentially as fast as RAID 10, which makes $/gb much better than it looks at first blush.
TRIM through hardware RAID is still an unsolved problem for us, as is getting wear life SMART data (Intel X25M G2) through the RAID controller. My gut feeling is that the final solution is probably a JBOD controller and Linux software RAID.
Re: Poll: Are you using SSDs?
#53Lots of people here have mac laptops (like me) - any concerns about lack of TRIM support in OSX? Some blogs says that the "easy fix" for lack of TRIM is to just backup/reformat/restore your SSD every X months. Eeech
Re: Poll: Are you using SSDs?
#54I use a SSD in my laptop, but our servers haven't made the move yet. So, this is an important thing to remember. Once, I needed to write a program to deal with large DNA sequencing files (10-100 GB per sample). On my laptop, the program worked great, but on the server it sucked due to the disk IO. I ended up needing a completely different algorithm, but this wasn't at all clear when using my SSD. If only we could aff…
It won't make purely random reads fast, but it makes my workloads scream.
Re: Poll: Are you using SSDs?
#55Where I work we presently have between 5-10 TB (actual, not raw, not counting replicants) across several MySQL shards. $/iop they just slay magnetic solutions. The most interesting insight I can offer is that because there is no seek time penalty and SSD throughput increases as the I/O scatters, our tests with RAID 5 are essentially as fast as RAID 10, which makes $/gb much better than it looks at first blush. TRIM t…
Re: Poll: Are you using SSDs?
#56I put these into the machine as soon as I got it so I can't really comment on how much of a difference it would have made if I had left the stock HDD in there instead. That said, disk bound operations (like computing audio waveforms) happen in the blink of an eye.
Re: Poll: Are you using SSDs?
#57An SSD in my Macbook pro is without question the most noticeable hardware upgrade I've had in years. Absolutely wonderful.
Re: Poll: Are you using SSDs?
#58I would absolutely recommend SSDs. It's one of the few times you can swap out a component in your computer and notice a performance boost. They are getting better very quickly though, so one big decision is when to pull the trigger. Every few months a new generation of SSDs with better firmware seems to come out. I've switched my laptop and home computer to SSDs.
Re: Poll: Are you using SSDs?
#59There are MLC SSD's and SLC SSD's. The former being reasonably priced (think MLC SSD's have a fixed write lifetime and will die or degrade after a certain number of writes. SLC SSD's have no such limits.
Cassandra for example has a very predictable write workload given our application, but other datastores (like an active write heavy mysql OLTP DB) would kill an MLC SSD very quickly.
We are using Cassandra to drive an API that must service thousands of requests a second but also with sub 100ms response times. Not a typical web use of Cassandra. Response times from hard disk just were not fast enough for our needs.
A new type of MLC is hitting the shelves now too. Enterprise MLC... supposed to be more resilient to the issues MLC ssd's have faced.
We are using OCZ Vertex.
Re: Poll: Are you using SSDs?
#60A question to those who use SSDs: Did you notice any bugs in software you are using(or developing), which was previously hidden due to slow I/O?
It's noticable in all sorts of things beyond startup times when you swap over to a SSD drive. Even something simple like browsers; browsers speed up because whatever they are using to store history and the currently open tabs for crash recovery doesn't have an i/o lag and so the interface becomes much more snappy and pleasant to use with a solid state drive. Should your app write such small things immediately, and slow down the UI for a fraction of a second, or cache the writes in memory a little longer for not-so-critical data and write at an opportune moment? Depends on the app, but people should be wary.
That said, I will echo everyone else who uses them and say it's the single best investment you can make in your machine. Especially with 40 gig drives around $100, even if that requires a bit of juggling when you fill it up and have to move some of your data from your OS drive to your legacy drives/backup solution.