Skip to content

[Matchmaking] Add index to improve searching for oldest open games #91

@dtest

Description

@dtest

The query to get a random open game before closing the game does a full table scan. This can be improved by adding the following index:

CREATE INDEX FinishedGames ON games(finished, created DESC);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions