I
Igor Batinic
Hi!
Hmmmm, I have to admit, I am seeing problems almost every day (or,
better to say, week). Actually, if we're talking about MLC, there's no
one SSD I can say I can trust. SLC is a bit different, and far more
expensive.
Yes, a lot of them.
We have replaced a couple of them in server environment - I don't want
even to think about all the problems I've seen or heard about general
market.
There's no serious implementation of SSD without RAID - and RAID 5 is
usual implementation for larger environments.
Depending on environment.
There's another potential - Oracle's async implementation, and some
manufacturers (like LSI) are thinking and testing those scenarios.
With best regards,
Iggy
David said:This is, I think, the first time I have heard of someone "not trusting"
an SSD.
Hmmmm, I have to admit, I am seeing problems almost every day (or,
better to say, week). Actually, if we're talking about MLC, there's no
one SSD I can say I can trust. SLC is a bit different, and far more
expensive.
Do you have any evidence to back up fears of problems or lost
data,
Yes, a lot of them.
or are you just being conservative and paranoid about relatively
new technology (which is a fair enough attitude, of course)? I have
read of problems with slow-down over time on some SSDs, due to poor
garbage collection, but not of any data loses.
We have replaced a couple of them in server environment - I don't want
even to think about all the problems I've seen or heard about general
market.
As a general point, there is seldom any good reason for having more than
two disks in a raid 1 combination. You get vastly more data security
for your money by using two disks as raid1, and the other disk for
backup copies (preferably attached to a different machine). Then you
have protection from human error, software faults and file system
corruption rather than just protection from the unlikely event of having
two disk failures.
There's no serious implementation of SSD without RAID - and RAID 5 is
usual implementation for larger environments.
Raid1 write speed is limited by the slowest drive write speed - a write
is not completed until /all/ drives have finished writing (unless you
are using Linux mdadm raid with some extra options).
Depending on environment.
And most raid
controllers will not optimise accesses for mixes of drive types - they
assume the drives are fairly similar. So you won't get reads from the
SSD - you'll get a mixture.
There's another potential - Oracle's async implementation, and some
manufacturers (like LSI) are thinking and testing those scenarios.
With best regards,
Iggy