influxdata / influxdata/influxdb
count() is very slow
Open
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
i have about one Billion series, and i need get specific rows size
query sql --> select count(*) from softTest where id = 'softId'
it's has execute one hour ,but has not result
it's me use error? influxdb oss version is 1.8.6
Contributor guide
Research direction
Start by reproducing the reported `select count(*) from softTest where id = 'softId'` query against InfluxDB OSS 1.8.6 with a comparable series count. Investigate whether the hour-long execution is expected for this query and identify the relevant performance limitation or behavior. Done means explaining the cause and documenting or addressing a verified fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100