You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are trying to figure out how to investigate this issue closer and where we can look at locks of timescale closer. We enabled compression and during testing everything seemed fine.
Some engineers are reporting strange behaviour during:
SELECT statements that shouldn't be taking long, they don't finish at all, it just locks up the db and we get no more logs from our backend during that operation.
We were under the assumptions that SELECT falls under DML that doesn't require decompression.
Is explain the right way to go about this? What timescale_meta_table will give me more info about this.