Replies: 1 comment
-
When I find one of these corrupted/broken measurements I am able to resolve the issue by doing a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an influx database where we have around 20,000 measurements with only a few fields being written at quite high rate (10-200hz typically) for periods of the day. I am starting to run into an issue where some simple queries (ie mean group by 10s for a day) that should be taking less than a second are taking more than a minute. It's odd because this is happening to only a few measurements and then often a few days later the issue seems to resolve itself.
I have tried rebuilding indexes and manually compacting series with the
influx_inspect buildtsi
helpers but this has no effect. Are there some compaction/sharding settings that I need to tweak? Could this be caused by writing data out of order or large blocks of historical data?Beta Was this translation helpful? Give feedback.
All reactions