Monty Taylor wrote:
Stewart Smith wrote:
On Thu, Dec 18, 2008 at 05:33:38PM -0500, Jim Starkey wrote:
While I don't expect to ever have a Nimbus storage engine for drizzle
(though a lot of other things I thought equally unlikely have happened),
Nimbus would have no foot print on the MySQL server disk whatsoever.
Ponder that!
Same for NDB - and yes, I've been thinking of it :)
diskless sql nodes...mmmm
oh temp tables, fooey.
Screw temp tables. If you're diskless, then you have RAM disks. If you
are doing things that need tmp tables that are so large you overrun your
RAM, you're doing something wrong and should be shot.
Actually not. It is not necessary to build a database around disks, you
know. A very fast disk can sustain around 200 operations per second. A
Gigabit Ethernet, around 8,000 round trips per second. Using the memory
of a cloud as a very large cache, letting a small number of nodes handle
disk based persistence, and freeing the rest of the cloud to grind SQL
is a very interest alternative.
But, no, computers aren't defined by disks. Just a bad habit...
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp