TDengine icon indicating copy to clipboard operation
TDengine copied to clipboard

TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.

Results 1070 TDengine issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/taosdata/TDengine/assets/46963688/5499d81c-1898-47e5-93c6-62206c2ed918) ![image](https://github.com/taosdata/TDengine/assets/46963688/08c0d423-32d8-47be-9cad-57b10a8bd5e0)

help wanted
question

hi, we are currently porting your tdengine to risc-v platform, unfortunatly we found that the last step of compiling didnt pass by the reason of you dm_static file, after throughly...

help wanted
question

mac m3 docker部署tdenginge后,docker容器访问taos没有问题,宿主机器用dbeaver访问显示connection reset ![image](https://github.com/taosdata/TDengine/assets/50352490/2c192737-e06c-44d0-be3c-bd11327ddd1c) ![image](https://github.com/taosdata/TDengine/assets/50352490/2129ad79-4809-464d-8dcf-754ec0a61144)

performance

``` ALTER STABLE device_property MODIFY COLUMN event_time timestamp COMMENT '上报时间'; ``` 报错 DB error: syntax error near "comment '上报时间';" (0.001009s) 原始表例子 ··· CREATE STABLE IF NOT EXISTS device_property ( event_time...

bug

Class.forName("com.taosdata.jdbc.rs.RestfulDriver"); String jdbcUrl = "jdbc:TAOS-RS://xxxxxxx:6041/tsp?user=root&password=taosdata"; Properties connProps = new Properties(); connProps.setProperty(TSDBDriver.PROPERTY_KEY_BATCH_LOAD, "true"); Connection conn = DriverManager.getConnection(jdbcUrl, connProps); 使用 rest 创建连接,由于有网络的限制,开通了 6041的端口,但是创建连接报错。 Exception in thread "main" java.sql.SQLException: can't create connection with...

bug