m6w6 / ext-pq

PostgreSQL client library (libpq) binding
BSD 2-Clause "Simplified" License
39 stars 7 forks source link

Batch mode and query pipelining for PostgreSQL 9.6 #22

Closed ParkFramework closed 8 years ago

ParkFramework commented 8 years ago

Hi.

I read an interesting article, all advise http://blog.2ndquadrant.com/postgresql-latency-pipelining-batching/

This is a good solution of the problem of queuing queries for PostgreSQL 9.6

Docs Examples

What do you think about it? Thank.

m6w6 commented 8 years ago

Looks like we should add support for it!

ParkFramework commented 8 years ago

Looks like we should add support for it!

Yes, if implemented PostgreSQL 9.6 release

m6w6 commented 8 years ago

Looks like it did not land in mainline yet (9.6).

ParkFramework commented 8 years ago

Yes, maybe in 9.x or 10.x versions will.