Merge pull request #28358 from taosdata/DuanKuanJun-patch-2

Update 10-taosbenchmark.md taosbenchmark datatype
This commit is contained in:
Alex Duan 2024-10-14 18:10:55 +08:00 committed by GitHub
commit 4d353d1fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -477,7 +477,9 @@ taosBenchmark -A INT,DOUBLE,NCHAR,BINARY\(16\)
| 13 | BOOL | bool
| 14 | NCHAR | nchar
| 15 | VARCHAR | varchar
| 15 | JSON | json
| 16 | VARBINARY | varbinary
| 17 | GEOMETRY | geometry
| 18 | JSON | json
注意taosBenchmark 配置文件中数据类型必须小写方可识别