
Was at a Rocky Mountain Magnetics (IEEE) seminar a couple of weeks ago and a fellow from HDS GST was discussing recent advances in bit patterned media (BPM). They had shown some success at 45nm by 45 nm bit cells which corresponded to about 380Gb/sqin a little less than current technology is capable of without BPM. The session was on some of the methodology used to create BPM, some of the magnetic characteristics and parameters that BPM is capable of and some other aspects of the “challenges” inherent in moving to BPM. I have written before on some of the challenges inherent in the the coming hard drive capacity wall.
But one thing that caught my interest was that even at the 45x45nm spacing, they were forced to use shingled writes to modify the bit cells. Apparently today’s read-write heads are bigger than 45x45nm in at least width dimension. Thus, they were forced to write two tracks at a time and then go back and re-write the 2nd (and 3rd) track on the next pass, and then the 3rd and 4th track, etc. In this fashion they shingle wrote the whole media sample.
This seems to imply to me that the only way BPM can be written with todays head technology is sequentially. What would this mean to the world of data processing. There are already other media today that only support sequential, i.e, tape and optical. And yet one significant advantage of disk at least in the past was that they could support random writes.
Today’s disk, at least SATA, high capacity disk, is already taking over from tape in the first tier backup solution. Any sequential only disk with even higher capacities would be a likely future revision of the current SATA disks in this application.
However there is more to data processing than purely backup.
How would we use a sequential only disk device?
Perhaps this would be an opening to support a hybrid disk like device, one that could support a limited amount of randomly written data while supporting a vast sequential address space. This sounds like a new device architecture which would take some time to support but it’s not that different from data base and file system structures that exist today.
For file systems, file data is written sequentially through an contiguous sequence of blocks. File meta-data, e.g., directory entries with file name, date, location, etc. is written randomly.
Database systems are a bit more complex. Yes there are indexes similar to file meta-data above and tables are typically created sequentially. But, table data can also be updated randomly. It might take some effort to change this to be purely sequentially updated but that’s what would be needed to support such a sequential only disk.
Time for hybrid disks to re-appear
A couple of years back, when SSDs were expensive and relatively un-known, there was a version of disks for PCs and laptops that supported a relatively small amount of SSD and a large disk in a single 3.5″ form factor. This was known as a hybrid disk and had some of the performance of pure SSD with the economics of disk.
Now BPM combined with SSD’s could be configured as a similar device with the SSDs portion supporting the random written data with the BPM disk supporting the sequentially written data. But one difference between the old hybrid disk and this one is that the random data would only (maybe) exist in the SSD storage alone.
However, with BPM its possible that a portion (maybe a zone or two) of the disk surface could be BPM and a portion using (non-BPM) current technology. This could also be done on a platter surface by surface basis if doing so on the same platter was too complex. But such a device would also support hybrid random and sequential write operations without the need for NAND flash.
In any event, this is all relatively new and depends on the relative sizes of write heads and BPM bit cells. But in order to get to 4Tb/sqin or higher technologists are talking BPM bit cells of 12nm by 12nm. At that size shingled writes with todays head size would write span 8 or 9 tracks at a time. Even taking current write head dimensions down by a factor of 5 would still leave one with a dual track width head.
One technique to reduce write size is to use thermally assisted recording (TAR) heads. This involves using a focused laser to heat up a single bit cell for writing. The laser beam can be focused much smaller than the write head and could be used to isolate the writing to a single track. Of course TAR heads are yet another new technology that would then have to be integrated into the new disk package. But maybe this is the way to get back to a truly randomly written disk device.
Who knows this is all new technology and what’s published may not be a true representation of what’s available in the labs. But to get beyond todays capacity limitations there may be a new storage technology architecture on our horizon…
5 thoughts on “Sequential only disk?!”
Comments are closed.