Home >Database >Mysql Tutorial >MySQL Cluster线上管理节点配置文件-数据节点32G内存_MySQL

MySQL Cluster线上管理节点配置文件-数据节点32G内存_MySQL

WBOY
WBOYOriginal
2016-06-01 13:30:311495browse

bitsCN.com

MySQL Cluster线上管理节点配置文件-数据节点32G内存

 

[NDBD DEFAULT]NoOfReplicas= 2DataMemory=20GIndexMemory=5GMaxNoOfConcurrentTransactions=8192MaxNoOfConcurrentOperations=100000MaxNoOfLocalOperations=110000NoOfFragmentLogFiles=128TimeBetweenLocalCheckpoints=6FragmentLogFileSize=256MRedoBuffer=64M[MYSQLD DEFAULT][NDB_MGMD DEFAULT]DataDir=/opt/mysql-cluster/data #数据存放目录[NDB_MGMD]id=1HostName= 172.16.48.204[NDBD]id=2Nodegroup=0HostName= 172.16.48.206DataDir=/opt/mysql-cluster/data[NDBD]id=3Nodegroup=0HostName= 172.16.48.207Datadir=/opt/mysql-cluster/data[NDBD]id=4Nodegroup=1HostName= 172.16.48.208Datadir=/opt/mysql-cluster/data[NDBD]id=5Nodegroup=1HostName= 172.16.48.211Datadir=/opt/mysql-cluster/data[MYSQLD]id=6HostName= 172.16.48.206[MYSQLD]id=7HostName= 172.16.48.207[MYSQLD]id=8HostName= 172.16.48.208[MYSQLD]id=9HostName= 172.16.48.211[MYSQLD]id=10HostName= 172.16.48.201

 


bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn