StorageTek Announces Linux Based Storage Solution 10
njcoder writes "TechWorld has a report on StorageTek's new content-based disk and tape storage product. 'The software runs on a cut-down Linux kernel on dual Xeon nodes in a meshed network. The content-addressable store (CAS) makes the system more efficient than standard CIFS and NFS access, but supports all three.' The disk based storage uses SATA drives."
Inverse for SHA 256? (Score:2)
A stored object can have its hash re-created and if it differs from the original hash then the data has changed. It can be regenerated from the hash.
It seems that they have developed in inverse function for the SHA 256 algorithm. Nice!
Seriously though, I would be interested to see how this works. Some sort of brute force attack? Or do they store some extra error-correction bits?
Re:Not Solaris? (Score:2)
In any case, I don't think the deal has been finalized yet and contrary to what most people say on here, Sun isn't anti Linux. At least not to the extent some people portray them to be. They haven't really said anything worse than what other
Re:Not Solaris? (Score:1)
Re:Not Solaris? (Score:2)
Well, Sun certainly doesn't.
/me ducks.
Wow, that's expensive.. lemme do ~10 times better. (Score:3, Insightful)
Better:
- Storage: SuperMicro 15-bay disk array with 2 RAID-core controllers (2 RAIDs), SCSI-attached, for a total raw space of 12 disks (-1 for each RAID, -1 for OS). 2 fast processors and a bunch of RAM. Mount all data under
Size: 12*400GB=4.8TB
Approximate cost: $5-10K depending on disks, processors and RAM.
- File-server: mathopd static web-server pointing at
- Database: Nutch open-source search engine capable of indexing 40M pages per 1GB/RAM. Like the article says "millions of objects" now, "billions in the future". Point nutch at mathopd and watch your "content-based" storage come online. You can even get an RSS feed of newly added items.
- Offline: Dell PowerVault 8 tape changer, SCSI attached + mtx for automatic tape changing. + 5k
Now, a web search engine isn't a database, at least not off the shelf. But with this configuration you can afford a l33t programmer for half a year and still come in under the price of the StorageTek solution. Plus, once you've customized it, your capacity upgrades are much cheaper. And I bet it's faster. Dunno though, I bet you can't evaluate most of the relevant system parts from StorageTek before you make a buy decision (unlike the system above).
Re:Wow, that's expensive.. lemme do ~10 times bett (Score:2)
Content Addressed Storage (Score:2)
Re:Content Addressed Storage (Score:1)
These things often sit behind document or other content-management systems. The advantage is that you only store one copy of the data; the disadvantage? Well, mostly, it's just a different wa
Re:Content Addressed Storage (Score:1)