gpt4 book ai didi

mysql ndbcluster 增加 maxnoofattributes

转载 作者:行者123 更新时间:2023-11-29 10:20:47 27 4
gpt4 key购买 nike

如何增加maxnoofattributes?我收到以下错误:

Error: increase maxnoofattributes while altering tables

这是我的配置文件:

[root@ClusterMgm ~]# cat /etc/mycluster.cnf

[NDBD DEFAULT]
NoOfReplicas=2
DataMemory=64M
IndexMemory=18M
MaxNoOfTables=1024
MaxNoOfAttributes=5000000
MaxNoOfOrderedIndexes=10000

最佳答案

您当前的“MaxNoOfAttributes”值是多少?使用“ndb_config -q MaxNoOfAttributes”命令检查它。

更改 mysql-cluster config.ini 文件中的 MaxNoOfAttributes 值,如上问题所示。然后您必须重新启动集群才能使此更改生效。

重启过程:

kill $(pidof ndb_mgmd)

ndb_mgmd --skip-config-cache -f /etc/mycluster.cnf

然后使用“{nodeId} restart”命令从“ndb_mgm”控制台重新启动数据节点(即 2 重新启动)。

并再次检查您当前的“MaxNoOfAttributes”值。

注意:MaxNoOfAttributes 的默认值为 1000,最小可能值为 32,最大值为 4294967039。

您可以通过此page查看更多信息.

关于mysql ndbcluster 增加 maxnoofattributes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49301677/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com