Skip to content

Create index on identifier attributes #23

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));

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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