Replies: 1 comment
-
That's not relevant for diesel(-async) as that is about postgresql loads data internally from e.g. the hard disk. That's not about how client applications communicate with postgresql. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Postgres18 introduces async I/O
https://www.postgresql.org/about/news/postgresql-18-released-3142/
I started wondering can this diesel_async crate leverage that benefit through async methods? Have you considered or investigated that?
Beta Was this translation helpful? Give feedback.
All reactions