Re: Index Scan taking long time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index Scan taking long time
Дата
Msg-id 5647.1245278636@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Index Scan taking long time  (Bryce Ewing <bryce@smx.co.nz>)
Ответы Re: Index Scan taking long time  (Bryce Ewing <bryce@smx.co.nz>)
Список pgsql-performance
Bryce Ewing <bryce@smx.co.nz> writes:
> So it seems to me that once the index is in memory everything is fine
> with the world, but the loading of the index into memory is horrendous.

So it would seem.  What's the disk hardware on this machine?

It's possible that part of the problem is table bloat, leading to the
indexscan having to fetch many more pages than it would if the table
were more compact.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: very slow selects on a small table
Следующее
От: Brian Cox
Дата:
Сообщение: Re: very slow selects on a small table