|
|
|
|
|
by ma2rten
3338 days ago
|
|
Will my response time go from the 300ms it takes without asyncio to something "more performant", like 50ms If you have to do 1000 queries it could, since could async will make it feasible to do them parallel. If it's a single query, maybe async would make it feasible to shard the database. |
|