DarkXander Owner of FurrTrax Post ID: 96 Posted: 05-31-2015 19:27 PM |
This article was posted more because ive found a lot of articles recently by people who claim to have experience in this subject matter, and claim the gain from using SSDs is minimal, and that there are other bottlenecks to solve before SSDs are even worth it. This article is to dispell those beliefs.... Ive seen it first hand here, and explained why it makes such a difference.
As for why the editor doesnt work, ill look into it, it doesnt use flash, it only uses Ajax, Javascript, and CSS. Its also reported to work in firefox. | ||
DarkXander Owner of FurrTrax Post ID: 97 Posted: 05-31-2015 20:01 PM |
| ||
Loben Member Post ID: 120 Posted: 06-02-2015 02:04 AM |
It seems to be working for me today. I'm not sure what happened yesterday. Thanks anyways! | ||
Grey Member Post ID: 793 Posted: 12-27-2015 09:12 AM |
So why not set up a Raid 5 system with SSDs in case of failure? That would give you the speed of SSDs and the fallback of Raid 5.
--Grey--
| ||
DarkXander Owner of FurrTrax Post ID: 794 Posted: 12-27-2015 12:21 PM |
RAID 5 does not work well with SSDs due to the way in which it does Parity, it will kill the SSDs a lot quicker than using RAID 1 or RAID 10 modes. You may or may not know that SSDs have a finite number of write cycles, and Setting SSDs up in RAID 5 is simular to running a Defrag on them and will eat up 20% or more of the write cycles needlessly and the SSDs will begin to fail in much shorter time and need to be replaced. RAID 0, 1, and 10 are far less detrimental but still suffer the issue a small bit. So i run the drives independantly, and back them up regularly to other media as reading them for a backup does not reduce their life at all. The logs generated by linux also generate a lot of writes that can reduce the life time of an SSD and for that reason, all the logs for the server are remapped to go to a small throwaway SSD that is cheap to replace, a 60GB i got on sale for 30 bucks. When it dies i can throw in anything just to hold the logs. The servers are up to 8 SSDs now and 2 SAS Drives |