Showing posts with label cluster. Show all posts
Showing posts with label cluster. Show all posts
Tuesday, December 18, 2007
MySQL 5.1 Clustering Might Just Actually Work
As I previously wrote mysql 5.0 clustering was a big issue for us since all data as placed in memory. It seems that mysql 5.1 clustering is going to be much better, including the ability to store non-index columns on disk (indexes and indexed columns are still stored in-memory), do (limited) cluster-to-cluster replication, and better varchar support for memory columns. Pitty it's only release candidate at the moment. can't wait for the GA to come out.
Thursday, May 31, 2007
MySQL Cluster
I did some research on MySQL cluster so i can recommend one of our customers whether to use it or not. It turns out that the MySQL cluster is very different from other DBMS clustering solutions in that it distributes the data across the nodes (synchronously) and then stores it on the disk (asynchronously). This is all very nice, but at the moment all data is stored in memory, so if I have a 120GB database I would need around 150GB memory on each node, which is silly.
The Wikipedia Page on MySQL Cluster gives more details.
Waiting for MySQL to get better...
UPDATE: It seems that this is no longer the case for the 5.1 version of mysql. See here.
The Wikipedia Page on MySQL Cluster gives more details.
Waiting for MySQL to get better...
UPDATE: It seems that this is no longer the case for the 5.1 version of mysql. See here.
Subscribe to:
Posts (Atom)