Re: bad estimates

Поиск
Список
Период
Сортировка
От Ken Geis
Тема Re: bad estimates
Дата
Msg-id 3F4F0C15.6040802@speakeasy.org
обсуждение исходный текст
Ответ на Re: bad estimates  (Ken Geis <kgeis@speakeasy.org>)
Ответы Re: bad estimates
Список pgsql-performance
Ken Geis wrote:
> When run on 7.3.3, forcing an index scan by setting
> enable_seqscan=false, the query took 55 minutes to run.  The index is
> about 660M in size, and the table is 1G.  As I mentioned before, with
> table scans enabled, it bombs, running out of temporary space.

Man, I should wait a while before I send mails, because I keep having
more to say!

Some good news here.  Doing the same as above on 7.4beta2 took 29
minutes.  Now, the 7.3.3 was on reiser and 7.4 on ext2, so take that as
you will.  7.4's index selectivity estimate seems much better; 7.3.3's
anticipated rows was ten times the actual; 7.4's is one half of the actual.


Ken



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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Hardware recommendations to scale to silly load
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Queries sometimes take 1000 times the normal time