Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster multiplayer room participation listing #11263

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

lint

ebb287f
Select commit
Loading
Failed to load commit list.
Draft

Faster multiplayer room participation listing #11263

lint
ebb287f
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2024-06-18 11:15:48 ago

0 / 3 tasks completed

3 tasks still to be completed

Details

Required Tasks

Task Status
add migration 2024_06_11_000001_add_ends_at_to_multiplayer_rooms_high Incomplete
CREATE INDEX participated_rooms ON multiplayer_rooms_high (ends_at DESC, room_id DESC, user_id) Incomplete
fill column UPDATE multiplayer_rooms_high h INNER JOIN multiplayer_rooms r ON h.room_id = r.id SET h.ends_at = r.ends_at Incomplete