Re: quick question: index optimisations on small tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: quick question: index optimisations on small tables
Дата
Msg-id Pine.LNX.4.30.0108301931420.679-100000@peter.localdomain
обсуждение исходный текст
Ответ на quick question: index optimisations on small tables  ("Andrew Snow" <andrew@modulus.org>)
Список pgsql-general
Andrew Snow writes:

> Since it can get the answer straight out of the index, and if there are
> potentially numerous rows, looking up a b-tree is faster than a linear
> search?

You can't get the "answer straight out of the index".  You always need to
check back in the real table to see whether the row is visible to your
transaction.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: "Jeff Eckermann"
Дата:
Сообщение: Re: Solution found! was Re: Finding the number of rows affected by UPDATE or INSERT?
Следующее
От: Guy Fraser
Дата:
Сообщение: mx is needed by postgresql-python-7.1.3-1PGDG