taosdata/TDengine

咨询是否存在文件句柄超限问题

Open

#35.377 aperta il 3 giu 2026

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)C (5002 fork)batch import
help wantedquestion

Metriche repository

Star
 (24.849 star)
Metriche merge PR
 (Merge medio 1g 1h) (4 PR mergiate in 30 g)

Descrizione

之前用其他时序库,存储几年数据或者偶然插入一些100年以后时间的数据,运行查询时会导致服务假死。当时分析原因是文件句柄超过系统默认限制,时区库数据按文件存储,假如查询条件中时间跨度大或全表扫描时,会导致占用很多文件句柄,导致超限。Dengine会有类似的问题吗?

Guida contributor