influxdata / influxdata/influxdb
InfluxDB startup too slowly
Open
1.x
area/performance
area/storage
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
InfluxDB costs minutes to startup if the number of shards is great. It will bring bad effect to users.
Solution:
During startup, we can only load the latest shards and others on demand.
Contributor guide
Assessment
This issue has not been assessed yet.