VictoriaMetrics / VictoriaMetrics

VictoriaMetrics: fast, cost-effective monitoring solution and time series database
https://victoriametrics.com/
Apache License 2.0
11.51k stars 1.14k forks source link

Questions about Update from 1.87.6 to 1.93.x #6584

Open changshun-shi opened 2 weeks ago

changshun-shi commented 2 weeks ago

Is your question request related to a specific component?

Yes, tsid index in vmstorage

Describe the question in detail

I find v1.92.0 change tsid index from 'all togethger' to 'split by day'. Sometimes the index will be larger. We have some Metrics generate from trace, these metrics will appear every afternoon and will disappear after afternoon. When I update my VM version, the index may be larger day by day, which will decrease query performance. Need I update to 1.93.x, and how can i do to deal with larger index and lower query performance.

Troubleshooting docs

changshun-shi commented 2 weeks ago

Also, so many slow insert while restarting at update verison. I think it's because some tsid in the cache, which is in the prev part, while be lost, while restart. I think it's a bug.

image
changshun-shi commented 2 weeks ago

@valyala