Add missing database indexes #5

Open
opened 2026-02-15 17:35:07 -05:00 by benjamin.long · 0 comments

Several frequently queried foreign key columns lack indexes, causing full table scans:

  • Message.user_id
  • Message.conversation_id
  • Conversation.user_id
  • GroupMember.group_id

These will become noticeable as data grows.

Labels

server

Several frequently queried foreign key columns lack indexes, causing full table scans: - `Message.user_id` - `Message.conversation_id` - `Conversation.user_id` - `GroupMember.group_id` These will become noticeable as data grows. ## Labels server
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
offsite.guru/textze#5
No description provided.