We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
接近 2000 列的超级表,使用 describe table_name方式能看到完整的字段,但是通过 show create stable xxxx \G方式,打印的建表语句被截断了,后面的字段不再显示。
使用show create stable xxxx \G命令查看建表语句:
使用describe table_name命令查看表字段:
另外,taosdump命令导出数据库时,导出目录下的 dbs.sql里的建表语句也是被截断的。
3.3.5.0 和 3.3.6.3 版本下都有这个问题。
The text was updated successfully, but these errors were encountered:
我们正在研究这个优化方案,一旦处理好会通知咱们。
Sorry, something went wrong.
yu285
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
接近 2000 列的超级表,使用 describe table_name方式能看到完整的字段,但是通过 show create stable xxxx \G方式,打印的建表语句被截断了,后面的字段不再显示。
使用show create stable xxxx \G命令查看建表语句:

使用describe table_name命令查看表字段:
另外,taosdump命令导出数据库时,导出目录下的 dbs.sql里的建表语句也是被截断的。
3.3.5.0 和 3.3.6.3 版本下都有这个问题。
The text was updated successfully, but these errors were encountered: