Re: SELECT 'DBD::Pg ping test'

Поиск
Список
Период
Сортировка
От Jeffrey Baker
Тема Re: SELECT 'DBD::Pg ping test'
Дата
Msg-id fd145f7d0804230940y70bb9f18id00b5454447dd985@mail.gmail.com
обсуждение исходный текст
Ответ на SELECT 'DBD::Pg ping test'  ("sathiya psql" <sathiya.psql@gmail.com>)
Список pgsql-performance
On Wed, Apr 23, 2008 at 12:19 AM, sathiya psql <sathiya.psql@gmail.com> wrote:
> Hi All,
>
> This query is being executed nearly a million times....
>            SELECT 'DBD::Pg ping test'

Something in your Perl application is use $dbh->ping().  See perldoc
DBI.  It's possible that this is happening under the hood, because
your application is using connect_cached() instead of connect().

-jwb

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: mysterious difference in speed when combining two queries with OR
Следующее
От: Vlad Arkhipov
Дата:
Сообщение: Optimizer's issue