咨询是否存在文件句柄超限问题
Open
Nobody has claimed this yet.
help wanted
question
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
之前用其他时序库,存储几年数据或者偶然插入一些100年以后时间的数据,运行查询时会导致服务假死。当时分析原因是文件句柄超过系统默认限制,时区库数据按文件存储,假如查询条件中时间跨度大或全表扫描时,会导致占用很多文件句柄,导致超限。Dengine会有类似的问题吗?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue describes possible file-descriptor exhaustion during broad time-range queries or scans, especially with timestamps far in the future, but names no files, tests, or entry points. Start by checking whether TDengine can reproduce the reported hang under those query conditions; done means determining whether the behavior exists and documenting the result or a concrete tracking path.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100