Re: Seq scan of table?

Поиск
Список
Период
Сортировка
От Bjorn T Johansen
Тема Re: Seq scan of table?
Дата
Msg-id 14399.193.212.14.12.1062745075.squirrel@www.havleik.no
обсуждение исходный текст
Ответ на Re: Seq scan of table?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

> "Bjorn T Johansen" <btj@havleik.no> writes:
>> I am trying to tune my database and I discovered one select that does a
>> seq scan on a table but I can't see why... All the join fields are
>> indexed
>> and I am returning just one record, so no sort is done.
>> Does it just pick seq scan for the heck of it or is it a reason?
>
> Who's to say, when you gave us no details?  Show us the table schemas,
> the exact query, and EXPLAIN ANALYZE output, and you might get useful
> responses.
>
> (btw, pgsql-performance would be a more appropriate list for this issue
> than pgsql-general.)
>
>             regards, tom lane
>

Well, since the select involves 10-12 tables and a large sql, I just
thought I would try without all that information first... :)

And yes, pgsql-performance sounds like the right list....


BTJ



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

Предыдущее
От: "Bjorn T Johansen"
Дата:
Сообщение: Re: RE : Seq scan of table?
Следующее
От: Alessandro GARDICH
Дата:
Сообщение: notify problem