On Thursday 25 May 2006 01:03, Ajay Sharma wrote:
Charles Lacroix wrote:
Hi,
just check ndbd from MySQL, i tried it with " simple " table format. It's great but there are 2 major drawback.
- it only supports a single table format which doesn't support foreign
keys. ( for me this is problematic )
- all the database is stored in ram so large data isn't welcome.
MySQL 5.1 is supposed to support on-disk clusters. So you can have much larger databases in a cluster.
--Ajay _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi,
Will it support a better table format like myisam or innodb ? I havn't read on that yet but if it's a question of time i might get started with beta/alpha release to see how it goes :)
later