revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.13k stars 125 forks source link

Optimise send message route. #105

Closed insertish closed 2 years ago

insertish commented 2 years ago

Sending messages is the most common and important route to optimize at this point in time.

Database queries in order of execution:

Efficiency problems:

Issue resolution:

insertish commented 2 years ago

Closing in favour of https://github.com/revoltchat/backend/issues/174.