Skip to content

Formalize new hardware listing index #1578

@MarceloRobert

Description

@MarceloRobert

@nuclearcat tried out the following index:

CREATE INDEX CONCURRENTLY tests_origin_start_time_platform_idx
ON tests (origin, start_time)
WHERE (environment_misc ->> 'platform') IS NOT NULL;

this index seems to have worked well, and should be formalized with django

Metadata

Metadata

Assignees

Labels

DatabaseIssue that alters only configs of a database itself

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions