Skip to content

Conversation

stormshield-kg
Copy link
Contributor

@stormshield-kg stormshield-kg commented Jul 5, 2025

This MR implements suggestions from #190 to improve pipelining for Postgres.

The first commit moves the methods used by the RunQueryDsl trait in the AsyncConnectionCore trait.

The second commit implements AsyncConnectionCore for &AsyncPgConnection, allowing to use composed futures with pipelining by using an immutable reference to the connection to execute the concurrent queries.

Copy link
Owner

@weiznich weiznich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ❤️

@weiznich weiznich merged commit 0e703ba into weiznich:main Jul 7, 2025
24 checks passed
@stormshield-kg stormshield-kg deleted the pg_ref_run_query branch July 7, 2025 14:57
@lsunsi
Copy link
Contributor

lsunsi commented Jul 19, 2025

@stormshield-kg I'm late to the party but wanted to say that I think this is gonna be useful to me as well. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants