-
-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Labels
Description
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).