MagicStack / MagicStack/asyncpg
PostgreSQL 14+ Pipelining Support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.1k
- Forks
- 468
- PR merge metrics
- No merged PRs in 30d
Description
PostgreSQL 14 introduced the ability to Pipeline queries.
Are there any plans to support this with asyncpg in any capacity? At the time of writing, I'm looking to optimize large numbers of inserts and updates, and pipelining seems like it could be an interesting solution. I checked the existing issues and didn't seem to find anything related to this so I thought I'd open a fresh issue/feature request.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start with PostgreSQL 14's libpq pipeline mode documentation and determine how pipeline support should fit asyncpg, with support for pipelined queries—particularly large numbers of inserts and updates—as the completion criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100