Skip to content

Pipeline rewrite #962

@jtv

Description

@jtv

Nowadays libpq has a "pipeline" feature (inspired by the Java driver, where I guess it was introduced because JDBC supported it because ODBC had it). But libpqxx has had one for 20 years (inspired by a lecture on CPU performance features).

Amazingly, the two designs came out very similar in their essentials!

So I've been wanting to try and rewrite the pqxx::pipeline class based on this libpq feature, at least when building with libpq 14 or better. (Oldest supported version is currently 13).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions