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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Remove unncessary localtime() calls during data type conversion
Дата
Msg-id CAB7nPqR-_Hg49Kq2YmzzO-gBGSzfMukSxr7NpH=+BMeNPdt32g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Remove unncessary localtime() calls during data type conversion  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Ответы Re: [PATCH] Remove unncessary localtime() calls during data type conversion  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-odbc
Hi Inoue-san,

On Fri, Apr 29, 2016 at 7:58 AM, Inoue, Hiroshi
<h-inoue@dream.email.ne.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


В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: [PATCH] Remove unncessary localtime() calls during data type conversion
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: ODP: ODP: Problem with the psqlodbc driver