Project

General

Profile

Bug #22141

Updated by Peter Amstutz about 1 month ago

Search in the picking dialog is incredibly slow. 

 Specifically, this is "Filter Collections list in Projects" with a project selected.    So it is getting the listing for a specific project.    The project itself has at least 16,000 collections in it. 

 Here's a couple of queries: queries 

 https://xxxxx.example.com/arvados/v1/groups/xxxxx-j7d0g-gp9u6hjrcgwy40d/contents?limit=200&filters=[[%22uuid%22,%22is_a%22,[%22arvados%23group%22,%22arvados%23collection%22]],[%22collections.any%22,%22ilike%22,%22%25Output%25%22],[%22collections.any%22,%22ilike%22,%22%25from%25%22],[%22collections.any%22,%22ilike%22,%22%25WE%25%22]] 

 https://xxxxx.example.com/arvados/v1/groups/xxxxx-j7d0g-gp9u6hjrcgwy40d/contents?limit=200&filters=[[%22uuid%22,%22is_a%22,[%22arvados%23group%22,%22arvados%23collection%22]],[%22collections.any%22,%22ilike%22,%22%25%25%22],[%22collections.any%22,%22ilike%22,%22%25Output+from+WES%25%22]] 

 These both time out. 

 I think part of the problem is the search term has "output" which is going to have a huge number of hits. 

Back