nextcloud / nextcloud/spreed

Add index on talk_session

Open
#14,619 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature: api 🛠️ feature: call 📹 performance 🚀
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
17h 55m
Merged PRs (30d)
350

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Found on prod, missing on install:

  • table: oc_talk_sessions
  • index: ts_attendee_in_call
  • columns: attendee_id,in_call

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the installation and database migration definitions for the oc_talk_sessions table and compare them with the production schema described here. Verify how indexes are created during a fresh install, then confirm that the ts_attendee_in_call index covers attendee_id and in_call and is present after setup.

Written by the indexing model from the issue text.

Assessment

Domain
database
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.