query optimization

Поиск
Список
Период
Сортировка
От Richard Kojedzinszky
Тема query optimization
Дата
Msg-id alpine.DEB.2.02.1204241008570.9591@krichy.tvnetwork.hu
обсуждение исходный текст
Ответы Re: query optimization  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: query optimization  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Dear list,

We have a database schema, which looks the same as the attached script.

When filling the tables with data, and skipping analyze on the table (so
pg_stats contains no records for table 'a'), the first select in the
script runs fast, but after an analyze the planner decides to sequence
scan tables b and c, thus making the query much slower. Can somebody help
me solving this issue, or tuning our installation to not to use sequence
scans in this case?

Thanks in advance,


Kojedzinszky Richard
Euronet Magyarorszag Informatikai Zrt.

Вложения

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

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Weird plan variation with recursive CTEs
Следующее
От: John Lister
Дата:
Сообщение: Re: Configuration Recommendations