hopfenspace / MateBot

Micro service providing an API for MateBot clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluate async SQL usage via async SQLAlchemy extension and suitable drivers

CrsiX opened this issue · comments

commented

It may be a performance improvement to use async SQL drivers together with SQLAlchemy. This has to be evaluated and tested carefully, though. As of now, the following async drivers seem to be available and maintained for SQLAlchemy:

Before that changes are attempted, some benchmarks should be made to verify if there's significant speedup available.