Skip to content

Create index on identifier attributes #23

@koenvo

Description

@koenvo

To increase performance of queries it can make sense to add indexes to the identifier fields.

CREATE INDEX idx_player_id_filter 
ON dataset (CAST((dataset.identifier ->> 'player_id') AS VARCHAR));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions