Re: Proper query implementation for Postgresql driver

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: Shay Rojansky <roji(at)roji(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proper query implementation for Postgresql driver
Date: 2014-10-02 19:30:16
Message-ID: CA+TgmoYJ382Lte95w1XZN_mz--d_xUE1iUQ=7ZT7faOjH_r6NA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 30, 2014 at 1:20 AM, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:
> Frankly, I suggest dropping "simple" entirely and using only the
> parse/bind/describe/execute flow in the v3 protocol.

The last time I checked, that was significantly slower.

http://www.postgresql.org/message-id/CA+TgmoYJKfnMrtMhODwhNoj1jwcgzs_H1R70erCEcrWJM65DUQ@mail.gmail.com

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2014-10-02 19:34:44 Re: DDL Damage Assessment
Previous Message Robert Haas 2014-10-02 19:22:17 Re: Scaling shared buffer eviction