【TDengine 使用环境】
生产环境
【TDengine 版本】
3.3.6.13
【操作系统以及版本】
Linux CentOS
【部署方式】非容器部署
【集群节点数】5
【集群副本数】3
【遇到的问题:问题现象及影响】
执行 show tables 找到的子表,用 select * from 该表,提示该表不存在。
举例:
执行:SHOW TABLES;
得到:composite_image_assets_log_821_commentDetail_20250816
执行:select * from composite_image_assets_log_821_commentDetail_20250816;
报错:
SQL Error [9731]: TDengine ERROR (0x2603): sql: select * from composite_image_assets_log_821_commentDetail_20250816, desc: Fail to get table info, error: Table does not exist