question

Поиск
Список
Период
Сортировка
От Emi Lu
Тема question
Дата
Msg-id 5432B042.3000409@encs.concordia.ca
обсуждение исходный текст
Ответы Re: question  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
Hello List,

      May I know will <idle> cause any potential performance
      issues for psql8.3 please?
      version (PostgreSQL 8.3.18 on x86_64-unknown-linux-gnu, compiled
      by GCC 4.1.2)

      E.g., got 10 idle connections for 10 days.
       select current_query from pg_stat_activity  where usename
      ='test';

                             

current_query                              

--------------------------------------------------------------------------
       <IDLE>
       <IDLE>
       <IDLE>
       <IDLE>
       <IDLE>
       <IDLE>
       <IDLE>
       <IDLE>
       <IDLE>
       <IDLE>

      Thanks a lot!
      Emi

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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: Converting char to varchar automatically
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: How to find greatest record before known values fast