Re: Slow Query

Поиск
Список
Период
Сортировка
От Ragnar Hafstað
Тема Re: Slow Query
Дата
Msg-id 1121340153.31360.22.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Slow Query  (Marc McIntyre <mmcintyre@squiz.net>)
Ответы Re: Slow Query  (Joe Lester <joe_lester@sweetwater.com>)
Список pgsql-performance
On Thu, 2005-07-14 at 10:06 +1000, Marc McIntyre wrote:

> I'm having a problem with a query that performs a sequential scan on a
> table when it should be performing an index scan. The interesting thing
> is, when we dumped the database on another server, it performed an index
> scan on that server.
...
> The EXPLAIN ANALYZE from the system performing an sequential scan:
>
> QUERY PLAN
> Sort  (cost=30079.79..30079.89 rows=42 width=113) (actual time=39889.989..39890.346 rows=260 loops=1)
...
> The EXPLAIN ANALYZE from the system performing an index scan scan:
> Sort  (cost=16873.64..16873.74 rows=40 width=113) (actual time=2169.905..2169.912 rows=13 loops=1)

looks like the first query is returning 260 rows,
but the second one 13

this may not be your problem, but are you sure you are using the same
query on the same data here ?

gnari



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

Предыдущее
От: Michael Stone
Дата:
Сообщение: Re: JFS fastest filesystem for PostgreSQL?
Следующее
От: Grega Bremec
Дата:
Сообщение: Re: JFS fastest filesystem for PostgreSQL?