Merge pull request #20359 from taosdata/wangmm0220-patch-9

fix:modify description for schemaless
This commit is contained in:
Shengliang Guan 2023-03-09 15:14:44 +08:00 committed by GitHub
commit 27500091d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ You can configure smlChildTableName in taos.cfg to specify table names, for exam
:::tip
All processing logic of schemaless will still follow TDengine's underlying restrictions on data structures, such as the total length of each row of data cannot exceed
16KB. See [TDengine SQL Boundary Limits](/taos-sql/limit) for specific constraints in this area.
48KB, and the total length of tag value cannot exceed 16KB. See [TDengine SQL Boundary Limits](/taos-sql/limit) for specific constraints in this area.
:::