Re: same query in high number of times

Поиск
Список
Период
Сортировка
От Laurent Laborde
Тема Re: same query in high number of times
Дата
Msg-id 8a1bfe660906230152o59f64720uedc51f2a55a132e2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: same query in high number of times  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: same query in high number of times
Список pgsql-performance
On Mon, Jun 22, 2009 at 12:06 AM, Scott Marlowe<scott.marlowe@gmail.com> wrote:
> On Sun, Jun 21, 2009 at 12:28 PM, Peter Alban<peter.alban2@gmail.com> wrote:
>> Hi,
>>
>> Here is the query  :
>> duration: 2533.734 ms  statement:
>
> SNIP
>
>>  Limit  (cost=4313.54..4313.55 rows=3 width=595) (actual
>> time=288.525..288.528 rows=3 loops=1)
>
> According to this query plan, your query is taking up 288
> milliseconds.  I'm guessing the rest of the time is actually is spent
> transferring data.

Huuuuuu ...
The cost is _certainly_ not the time in ms.
See the planner cost constants in a config file, or in any good documentation.

--
F4FQM
Kerunix Flan
Laurent Laborde

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

Предыдущее
От: Scott Carey
Дата:
Сообщение: Re: same query in high number of times
Следующее
От: Laurent Laborde
Дата:
Сообщение: Re: same query in high number of times