01-01-2011 05:36 AM
01-04-2011 11:01 AM
"I troll and I learn."
Don't we all.
I see what you are saying, yes that is correct.
I was reading about Write Amplification (WA) and I was under the impression, possibly false, that a WA factor of 1 was either the minimum or the optimal value, perhaps theoretically, and of course I don't have the WA factor equation handy at the moment.
Intel has claimed a WA factor of 1.1, which is excellent. Recently, I read that OCZ (I think is was) claimed they have achieved a WA factor of 0.5. That seemed odd to me, given what I wrote above. I highly doubt that is a false claim, and may have been achieved by a different philosophy in their GC algorithm.
I am wondering what others think about this?
01-04-2011 12:10 PM
I think that SandForce makes that claim because the use a compression algorithm as part of their process. This allows them to reduce the amount of rewrites and potentially increases the life of the drives. Unfortunately this also seems to create the Achilles' heel of the vertex2 sand force drives when trying to handle incompressible data. This is a area where the C 300 has a clear advantage over the sand force OCZ drives. Would welcome any further thoughts.
01-04-2011 12:56 PM
Yes, I am aware of the data compression-thing with the Sandforce controllers/firmware. I wonder about that, and while I don't understand it, there are ramifications of that which could cause issues in other areas.
For instance, that controller obviously must un-compress all data when it is read for use by the OS, user, etc. The compress/decompress process, and vice versa, takes time but apparently does not hurt performance to much. I thought that doing backups of those drives, disk images, etc, would be odd if the data was sent from the SSD in the compressed state, but then they just could not allow that to happen, since the data would be useless on any other 'drive. Storing data in a proprietary format like that is somewhat scary, but I suppose no more so than data stored in some RAID arrays.
Regardless, it seems that the Sandforce SSDs are not quite on the same playing field as other SSDs, due to the compression of data. I wonder if there are any issues that might be caused by the data compression that I am not seeing.
01-04-2011 01:47 PM
The problem I would think where SSD's doing compression and not handling incompressible data well is just down to how fast it can do it like a slow CPU?
I think built in compression on an SSD is not needed...and if anyone wanted compression on an SSD to improve Write Amplification or Endurance NTFS has a compression option and with CPU's being as fast as they are it shouldn't affect performance.
Of course you don't want to use NTFS compression with an SSD that has built in compression nor for programs like Microsoft MSMQ that modifies data through mapped sections in a compressed file that can produce "dirty" pages faster than the mapped writer can write them. The other thing is with NTFS compression you can select what gets compressed but an SSD with built in compression does it all.
This could likely be why Intel SSD's don't do compression?
01-04-2011 03:21 PM
PeterUK wrote:
The problem I would think where SSD's doing compression and not handling incompressible data well is just down to how fast it can do it like a slow CPU?
I think built in compression on an SSD is not needed...and if anyone wanted compression on an SSD to improve Write Amplification or Endurance NTFS has a compression option and with CPU's being as fast as they are it shouldn't affect performance.
Of course you don't want to use NTFS compression with an SSD that has built in compression nor for programs like Microsoft MSMQ that modifies data through mapped sections in a compressed file that can produce "dirty" pages faster than the mapped writer can write them. The other thing is with NTFS compression you can select what gets compressed but an SSD with built in compression does it all.
This could likely be why Intel SSD's don't do compression?
The compression processing is done by the SandForce controller. It does not rely on the host system CPU at all.
The compression is not just for improving write amplification. It helps wih performance as there is less data to read/write. You can see this performance difference on compressable vs uncompressable benchmarks. I won't comment on how the compression algorithm actually works as I doubt anyone outside of SandForce knows and it is hard to run tests.
I believe the concept of on-the-compression is a relatively novel idea.