element-hq / mautrix-telegram

A Matrix-Telegram hybrid puppeting/relaybot bridge
https://matrix.to/#/#telegram:maunium.net
GNU Affero General Public License v3.0
14 stars 6 forks source link

Speed up RMAU calculations #12

Closed tadzik closed 2 years ago

tadzik commented 2 years ago

This is still a blocking query (since our entire sqlalchemy setup is not async), and we could technically run it in an executor with a separate session, but the query currently needs less than 20ms for ~100k users so it should not longer be noticeable in practice.