Details
Details
- tested on mobile and web and checked if the messages previews are correctly displayed
- checked that the only code paths that are changed by this diff is website-responders and login/register. Other methods that fetch messages are not affected
- the query was tested on prod db and the time was similar, so performance shouldn't be an issue
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
keyserver/src/fetchers/message-fetchers.js | ||
---|---|---|
443 ↗ | (On Diff #28669) | Do we know if this query uses indices? |
keyserver/src/fetchers/message-fetchers.js | ||
---|---|---|
443 ↗ | (On Diff #28669) | I've run EXPLAIN on the whole fetchMessages query and it looks like the indices don't changes (in case of the messages table it's still thread) |