▲ | hnaccountme 11 hours ago | |
I think there is more performance to be taken from PostgreSQL. Not sure how pgx works internally since I have not used it. There are async functions provided by PostgreSQL client library (libpq). I've used it to process around 2000 queries on a single connection per second on a logged table. |