-
MySQL Cluster 7.1.15 released
Posted on July 19th, 2011 9 comments
The binary version for MySQL Cluster 7.1.15 has now been made available at http://www.mysql.com/downloads/cluster/A description of all of the changes (fixes) that have gone into MySQL Cluster 7.1.15 (compared to 7.1.13) can be found in the official MySQL Cluster documentation for Cluster 7.1.14 & 7.1.15.
9 responses to “MySQL Cluster 7.1.15 released”

-
I have small query. In mysql cluster can we do the following scenarios?
Let us assume we have 4 data nodes. Each data node has different tables.
1)If I query one table, if it is available in all the data nodes with different data. Will it fetch union of all and gives us the result?
2)Can i query multiple columns from multiple tables from multiple nodes? -
Can you please send me some doc/url guide to install data nodes and cluster mgmt setup in Linux redhad systems. I have 4systems, i want to put data nodes across all the machines and retrieve. how to retrieve also please send me doc.
-
Hi, i’m doing this in two window boxs.
workstation 1(172.20.1.82) config file:
[ndb_mgmd]
hostname=172.20.1.82
datadir=D:\mysql-cluster\Users\user1\my_cluster\ndb_data
id=1[ndbd default]
noofreplicas=1[ndbd]
hostname=172.20.0.131
id=3[ndbd]
hostname=172.20.1.181
id=4[mysqld]
Id=50workstation 1(172.20.1.82) my.cnf file:
[mysqld]
ndbcluster
datadir=D:\\mysql-cluster\\Users\\user1\\my_cluster\\mysqld_data
basedir=D:\\mysql-cluster\\mysqlc
port=3306workstation 2 (172.20.0.131) config file:
[ndbd default]
noofreplicas=1
datadir=E:\mysql-cluster\Users\user1\my_cluster\ndb_data[ndb_mgmd]
hostname=172.20.0.131
id=1[ndbd]
hostname=172.20.0.131
datadir=E:\mysql-cluster\Users\user1\my_cluster\ndb_data
id=3[mysqld]
id=50
workstation 2 (172.20.0.131) my.cnf file:
[mysqld]
ndbcluster
ndb-connectstring=’host=172.20.1.82′
[mysql_cluster]
ndb-connectstring=’host=172.20.1.82′when i try to run on workstation, it is unable to connect workstation 2. just please guide me do how to configure in two window systems. how to i connect one each other etc
-
Hi the above problem was solved. but now i want to load 4GB of data, but it is breaking. how n where should i mention those memory related stuff?
-
I have two systems, 2GB RAM, i configured ndbd defualt with following values.
[ndbd default]
noofreplicas=2
DataMemory= 1024M
IndexMemory= 256MI put the same in both the machines. I’m trying to load 4GB data table, around 13million records. but it got inserted 10Lack records after that getting error as table is full. then i increased memory 1024 to 1280 and restarted mysqlcluster in both the systems.
[ndbd default]
noofreplicas=2
DataMemory= 1280M
IndexMemory= 256Mafter it got inserted some more, now it has 1.3Million again started table is full. What is the calculation i need to follow as per my RAM. Is that data memory value is multiple of some value like 265,512,1024 etc. Is this RAM memory or harddisk memory?
if you dont mind i want to do live chat with you. if possible add my gmail a.c and ping me ramprasadmca@gmail.com
Leave a reply
-


Ram September 13th, 2011 at 11:03