-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
【TDengine 使用环境】
测试环境
【TDengine 版本】
DB:3.3.8.0 驱动:3.8.0
【操作系统以及版本】
Ubuntu x86_64
【部署方式】
Docker容器部署
【集群节点数】
3个
【集群副本数】
3副本
【描述业务影响】
1、在数据库Url配置开启高效写入
2、基于Mybatis实现直接写入的SQL
3、预编译和最终执行SQL
==> Preparing: INSERT INTO product_139_property ( brightness , temperature , tbname , iot_id , serialnumber , ts ) VALUES ( ? , ? , ? , ? , ? , ? )
==> Parameters: 66(Integer), 88(Integer), device_139_property_1001(String), 1001(Integer), 1001(String), 1770021698759(Long)
最终SQL:
INSERT INTO product_139_property ( brightness , temperature , tbname , iot_id , serialnumber , ts ) VALUES ( 66 , 88 , 'device_139_property_1001' , 1001 , '1001' , 1770021698759 )
4、结果
日志未报错,写入数据不成功
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working