AW: AW: AW: [HACKERS] Some notes on optimizer cost estimates

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: AW: AW: [HACKERS] Some notes on optimizer cost estimates
Дата
Msg-id 219F68D65015D011A8E000006F8590C603FDC224@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> Based on experience with optimizer improvements across releases of DB
> products (not PostgreSQL, I hastily add), I would be inclined 
> to say (from
> bitter experience) that no optimizer is ever truly 
> predicatable. The SQL
> programmer has to be given the tools to ensure that a 'bad' 
> query can be
> forced to run the same way with each release, and release notes should
> indicate what extra strategies are now available, in case the 
> 'bad' query
> can be made better.

Yes, I think syntax to force or disallow a particular index,
choose a join method or order, force/disallow seq scans ...
is sometimes useful.
Even Informix, who always refused to supply such a feature
now has it.

Andreas


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

Предыдущее
От: "Ansley, Michael"
Дата:
Сообщение: RE: [HACKERS] --enable-debug
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Happy column adding (was RE: [HACKERS] Happy column dropping)