taosdata / taosdata/TDengine

schema information gets truncated when viewing wide table schema or exporting its data

Open
#30,798 1 comment 0 reactions 1 assignee View on GitHub

@yu285 is already working on this.

Since Apr 23, 2025.

bug
Dominant language
C
Stars
25.1k
Forks
5k
Avg merge
4d 59m
Merged PRs (30d)
7

Description

接近 2000 列的超级表,使用 describe table_name方式能看到完整的字段,但是通过 show create stable xxxx \G方式,打印的建表语句被截断了,后面的字段不再显示。

使用show create stable xxxx \G命令查看建表语句:
Image

使用describe table_name命令查看表字段:

Image

另外,taosdump命令导出数据库时,导出目录下的 dbs.sql里的建表语句也是被截断的。

3.3.5.0 和 3.3.6.3 版本下都有这个问题。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.