Re: Doubts about oid

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: Doubts about oid
Дата
Msg-id 2968dfd61002191058g47c20af5p7f968a25c6fe7b36@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Doubts about oid  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
On Thu, Feb 18, 2010 at 11:08 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> Oracle and postgres are definitely different here.  There's really no
> equivalent to rowid in pgsql.  oid has no special optimizations.  An
> indexed PK of a serial is about as good as it gets, possibly
> clustered.

access by CTID is the fastest it gets.  I use it to do mass updates
after selecting a large number of rows.  I can guarantee nobody else
is modifying those rows so i know it is safe.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GROUP BY column alias?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Possible causes for database corruption and solutions