Update 10-taosbenchmark.md taosbenchmark datatype

taosbenchmark datatype add varbinary and geometry
This commit is contained in:
Alex Duan 2024-10-14 18:10:05 +08:00 committed by GitHub
parent 3e2aca7d55
commit b21693063d
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 配置文件中数据类型必须小写方可识别