GBase 8a
运维管理
文章

集群节点替换前检查是否存储memory 类型的表

发表于2024-06-21 15:08:5422次浏览3个评论

 说明:memory 引擎的用户表节点替换时会失败,如存在则需要重建该表
命令:
select TABLE_SCHEMA,TABLE_NAME,TABLE_TYPE,ENGINE
 from information_schema.TABLES
 where TABLE_SCHEMA not in ('gbase','gclusterdb','information_schema','performance_schema')
and ENGINE ='memory';                                                                           

评论

登录后才可以发表评论
崔哥发表于 5个月前
墙角数枝梅,凌寒独自开。遥知不是雪,为有暗香来。
用户头像
levvel发表于 3个月前
先水一个
用户头像
levvel发表于 3个月前
干货满满!