Paul Kimpel <
paul....@digm.com> writes:
>There have been various third-part Solid State Disk systems available
>for MCP systems over the years, starting in the early 1980s. All of the
>ones I have seen (none recently) have been battery-backed RAM designs,
>not the flash-based storage we generally associate with SSD today.
There were a couple of third party companies that sold these in the
80's into medium systems sites - they interfaced to 5N-DLP's if I
recall correctly.
>
>I see no technical reason why current SSD technology would not work with
>MCP systems, but there could be marketing or support restrictions. It
>would probably depend who you are getting the storage from and how it
>connects to the rest of the system.
I think the biggest issue for large (A-series) systems would be the 180-byte sector
size - while you can reformat a spinning SCSI drive to 180-byte sectors
with the right tools, I've never seen a flash-based SSD that allowed
alternate sector sizes (other than 512-byte and 4096-byte).
(although maybe A-Series MCP now supports 512-byte sectors ??)
>
>As far as I know, all flash-based storage has a limited number of write
>cycles. That probably numbers in the hundreds of thousands, at least,
>for current flash chips, but I would be wary of using it for highly
However, all the modern flash controllers include wear-levelling
firmware to ensure that the wear is distributed across all the flash
cells (SLC or MLC). That significantly increases the lifetime of
drives with this technology such that it would be acceptable even
for highly volatile applications.
>volatile data applications. Flash is usually characterized by lower
>latency and higher transfer rates than hard disks, and lower power
>requirements, but relatively slow write times. That also argues against
>it for use with volatile data or high levels of update activity.
Slow is relative. It's still considerably (orders of magnitude) faster
than spinning media.
>
>If this interest in SSD is in response to the disk troubles you had a
>few weeks ago, then SSD is no panacea. Any type of storage can fail. The
>only effective form of data protection is redundancy, coupled with
>regular backups.
Now that's truth.
Once PCM and/or MRAM replace flash in SSDs, you'll see them more
widely deployed, I think.
PCI-express based flash cards for servers (Violin Memory and
Fusion-IO are the big players, but there are dozens of vendors
entering this space) are quite popular, particularly for database
servers. Unfortunately these require special host operating system
drivers which are particular to the vendor. This will change as
vendors adopt the NVM Express standard.
scott