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
Number of active entities query timeouts in peer-eu1 when checking if needed to create a yearly snapshot. The query is scanning through all the deployments table to get the number of active entities (deleter_deployment = null) in the given year time range. The query takes ~3 minutes.
Analyze possible solutions:
Add index for entity_timestamp field in deployments.
Add entity_timestamp in active_pointers table and add index for it.
The text was updated successfully, but these errors were encountered:
Number of active entities query timeouts in
peer-eu1
when checking if needed to create a yearly snapshot. The query is scanning through all thedeployments
table to get the number of active entities (deleter_deployment = null) in the given year time range. The query takes ~3 minutes.Analyze possible solutions:
entity_timestamp
field in deployments.entity_timestamp
inactive_pointers
table and add index for it.The text was updated successfully, but these errors were encountered: