Apache Doris 中文技术论坛
Questions Tags Users Badges

创建一个表之后,可以获取到对应的tableid吗

Asked Jul 8, 2025 Modified Jan 1, 0001
Viewed 70
2.1

创建一个表之后,可以获取到对应的tableid吗

edited Jan 1, 0001
proz3
asked Jul 8, 2025
1 Answers

FE的webui 的/System?path=/dbs目录

SHOW PROC '/dbs/{Dbid}';

或

SHOW PARTITIONS FROM {table};
SHOW PARTITION {PartitionId};
edited Jan 1, 1970
ikun3
answered Jul 8, 2025
Related Questions
1900w数据量执行时内存激增到8g
1 answers
permission denied问题
1 answers
集群规划问题
1 answers
doris2.0.7集群迁移到新搭建的doris2.1.11集群
1 answers
多台BE节点异常宕机
1 answers
2.1.11版本,新优化器,执行计划隐式类型转换丢失精度,导致数据不一致
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2026 Apache Doris 中文技术论坛.