On Jul 31, 2007, at 2:14 PM, Jon Baer wrote:
Im interested in the clustering as well but last time I dug into it, it had pretty heavy memory requirements and was going to switch to disk based, has that happened?
Looks like it: http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster- disk-data.html "Indexed columns, including the primary key hash index, must still be stored in RAM; however, all other columns can be stored on disk."
No fulltext indexes or use of the cool new range partitioning feature though. It seems like it may be possible to have extra MyISAM tables for those features though... would have to do extra writes or program something to refresh them once in a while, plus would have to replicate them around if you wanted them on multiple servers. I dunno exactly though... shooting from the hip here.
_______________________________________________ New York PHP Community MySQL SIG http://lists.nyphp.org/mailman/listinfo/mysql NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
