Home » Open Source » MySQL » MySQL Cluster 5.4 (GPL Edition, MySQL Proxy 7.3)
MySQL Cluster 5.4 [message #606644] |
Mon, 27 January 2014 19:44  |
mzainal
Messages: 54 Registered: March 2010 Location: Malaysia
|
Member |
|
|
Hi,
I'm using mysql cluster gpl edition with mysql proxy. The idea is to improve query and performance. Below is my config.ini
[ndb_mgmd default]
[ndb_mgmd]
NodeId=1
HostName=vsvr-console
DataDir=/var/lib/mysql-cluster
[ndbd default]
NoOfReplicas = 2
DataMemory = 4G
IndexMemory = 6G
#LockPagesInMainMemory = 1
MaxNoOfConcurrentOperations = 200000
MaxNoOfTables = 20000
#MaxNoOfOrderedIndexes = 3221225472
MaxNoOfAttributes = 25000
MaxNoOfOrderedIndexes = 25000
MaxNoOfExecutionThreads=8
[ndbd]
NodeId=2
HostName=172.16.0.90
DataDir=/var/lib/mysql-cluster/data1
[ndbd]
NodeId=3
HostName=172.16.0.91
DataDir=/var/lib/mysql-cluster/data1
[mysqld]
NodeId=10
HostName=172.16.1.90
[mysqld]
NodeId=20
HostName=172.16.1.91
Query from application very slow. What should i do? Please advice.
Thanks.
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 00:38:51 CDT 2025
|