Project

General

Profile

Bug #21814

Updated by Peter Amstutz 2 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 
 # We should fix workbench2 to not block page loads on computing "items available" (#17074) 

Back