Project

General

Profile

Actions

Bug #20990

closed

Need a btree index for postgres to do efficient '=' operations on name

Added by Peter Amstutz 8 months ago. Updated 7 months ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
API
Story points:
-
Release relationship:
Auto

Description

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 the postgres documentation stated it could be used for the "=" operator.

However, on a user cluster, that doesn't seem to be true. Explain analyze has '=' doing a parallel seq scan.

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


Subtasks 1 (0 open1 closed)

Task #20992: Review 20990-name-btreeResolvedPeter Amstutz09/25/2023Actions

Related issues

Related to Arvados - Idea #14004: [Controller] Keep database in tuneNewActions
Actions

Also available in: Atom PDF