Hello, we were debugging some possible slowness in...
# gooddata-cn
p
Hello, we were debugging some possible slowness in GoodData and noticed the following in the quiver-cache logs: "time_exceeded": true. Can someone tell us what this means and if this is a cause of concern? I attached the JSON for this log. Thanks so much!
r
No, the "time_exceeded" is set to true when it's needed to perform VACUUM on in-proc sqlite database. It's purely internal value that has zero value for you as customer and is not relevant to slowness you are observing.
👍 1
p
Thank you, Robert