Project

General

Profile

Bug #20990

Updated by Peter Amstutz 8 months ago

We added a trigram gin index on collection 'name' in #14070  

 Specifically on https://dev.arvados.org/issues/14070#note-12 we decided that we only needed the trigam gin index because it stated it would be used for the "=" operator. equality. 

 However, on a user cluster, it doesn't seem to be used for equality, explain analyze has it doing a parallel seq scan. 

 So we need to add a btree index on 'name' anyway. 

Back