Re: [PATCH] Remove unncessary localtime() calls during data type conversion

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Nikhil Deshpande <ndeshpande(at)vmware(dot)com>, PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [PATCH] Remove unncessary localtime() calls during data type conversion
Date: 2016-04-29 00:15:05
Message-ID: CAB7nPqR-_Hg49Kq2YmzzO-gBGSzfMukSxr7NpH=+BMeNPdt32g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Inoue-san,

On Fri, Apr 29, 2016 at 7:58 AM, Inoue, Hiroshi
<h-inoue(at)dream(dot)email(dot)ne(dot)jp> wrote:
> On 2016/04/25 15:30, Michael Paquier wrote:
>> I am attaching patch 0002 that is a rebase of the main patch for HEAD,
>> that introduces no regressions based on the tests I have added in
>> 0001. 0002 is proving to improve performance of the ODBC driver by
>> more or less 20% by reducing those localtime() calls in perf specs for
>> an application that is pretty hot with SQLFetch. That's quite
>> something.
>
> I would take care of the patches.

Thanks! If you need any help regarding those things, just don't
hesitate to ping me. I can easily allocate even company time for this
stuff.
--
Michael

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2016-04-29 14:20:05 Re: ODP: ODP: Problem with the psqlodbc driver
Previous Message Inoue, Hiroshi 2016-04-28 22:58:45 Re: [PATCH] Remove unncessary localtime() calls during data type conversion