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
SQL optimizer suggested I add logging_userindex. However that query still timed out. The correct alternative view to suggest here ended up being logging_logindex. Changing my query to use that fixed the timeout.
I see there is code to suggest logging_logindex in this repo already. Perhaps it can be adjusted to cover the above use case?
The text was updated successfully, but these errors were encountered:
On this recent quarry query...
https://quarry.wmcloud.org/query/81893
SQL optimizer suggested I add
logging_userindex
. However that query still timed out. The correct alternative view to suggest here ended up beinglogging_logindex
. Changing my query to use that fixed the timeout.I see there is code to suggest
logging_logindex
in this repo already. Perhaps it can be adjusted to cover the above use case?The text was updated successfully, but these errors were encountered: