On Tue, 20 Feb 2007 16:47:08 -0700, "Ryan Byrd" <[EMAIL PROTECTED]>
said:
> Let's say I need to store a petabyte of data. I need fast access
> (tape/DVDs
> aren't fast enough) and redundancy like RAID.
> 
> How should I do it? Initially the data will be in large (several MB)
> binary
> objects and could be stored as files, but eventually, it will need to be
> placed into a relational database like Oracle.

You're screwed.

Oracle *can* handle petabytes of data but I bet it would be cheaper to
clone BigTable than to fork over the kind of cash Oracle would demand. 
Unfortunately, Hbase doesn't look to be very far along so you'd pretty
much be on your own.

(Of course BigTable isn't relational... but it scales a hell of a lot
better for what it does.)

-Jonathan

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to