Re: Removing special case OID generation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Removing special case OID generation
Дата
Msg-id 6739.1328627140@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Removing special case OID generation  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> So ISTM that we should just strip out the OID handling code and just
> have a system sequence defined like this

I think this is a pretty poor idea, because the overhead of nextval()
is quite a lot larger than the overhead to get an OID.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: incorrect handling of the timeout in pg_receivexlog
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: patch for preventing the specification of conflicting transaction read/write options