Bug #21814
Updated by Peter Amstutz 11 months ago
Report from user
> [We] are waiting here for more than few minutes waiting for the list to load.
> This is making the “Shared with me” unusable.
I looked into this, and it appears that the query doesn't benefit from any indexes and does a full table scan.
# We should see if we can add an index to make it perform better
## Run explain analyze on the primary "shared with me" query
## Identify inner queries that could be indexed and/or if the query could be written differently
# We should fix workbench2 to not block page loads on computing "items available" (#17074)