Re: Performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance
Дата
Msg-id 26718.1044629714@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance  (jeandre@itvs.co.za)
Ответы Re: Performance  (jeandre@itvs.co.za)
Список pgsql-performance
jeandre@itvs.co.za writes:
> ... does the order of tables in the from
> clause make a difference in speed

No, it does not; except perhaps in corner cases where two tables have
exactly the same statistics, so that the planner has no basis for
choosing one over the other.  (This scenario could happen if you've
never ANALYZEd either, for example.)

> and how does indexing work on Postgres?

Uh, it indexes.  What's your question exactly?

            regards, tom lane

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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: postgres on solaris 8
Следующее
От: jeandre@itvs.co.za
Дата:
Сообщение: Re: Performance