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

**Is your feature request related to a problem? Please describe.** Add a module to testcontainers https://testcontainers.com/modules/ **Describe your desired behavior** I want to be able to easily test my service...

enhancement

still missing: - libdmodule.a - librocksdb.a

**Bug Description** 编译3.2.3.5 和3.2.3.6 tag版本,taosd可以运行,但是日志显示udfd一直重启。机器文件描述符数量疯狂增长。3.2.3.4版本无上述现象 **To Reproduce** build ```bash #!/bin/bash if [ ! -d release_build ]; then mkdir release_build || echo -e "failed to make directory for build" fi cd...

bug