Re: influenceing the optomizers choice on where clause

Поиск
Список
Период
Сортировка
От Holger Marzen
Тема Re: influenceing the optomizers choice on where clause
Дата
Msg-id Pine.LNX.4.44.0202150715040.30871-100000@bluebell.marzen.de
обсуждение исходный текст
Ответ на influenceing the optomizers choice on where clause execution  (david blood <davidjblood@yahoo.com>)
Список pgsql-general
On Thu, 14 Feb 2002, david blood wrote:

> I thought I read somewhere but can't find it that the execution of the where
> clause statements in up to the optimizer.  Is there a way to affect that?

Yes. You can - for example - encourage it to use indexes (indices?) even
if it would prefer a table scan.

See the online docs:
Chapter 3. Server Runtime Environment
-> 3.4.1. Planner and Optimizer Tuning

--
PGP/GPG Key-ID:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xB5A1AFE1


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

Предыдущее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: Report generation
Следующее
От: Holger Marzen
Дата:
Сообщение: Re: Pg.so problem