Add index on talk_session
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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