Re: Reuse serial numbers?

Поиск
Список
Период
Сортировка
От nobs@nobswolf.info (Emil Obermayr)
Тема Re: Reuse serial numbers?
Дата
Msg-id 20080327105413.GC3898@nobswolf.info
обсуждение исходный текст
Ответ на Re: Reuse serial numbers?  ("A B" <gentosaker@gmail.com>)
Список pgsql-novice
On Thu, Mar 27, 2008 at 10:17:51AM +0000, A B wrote:
> Oh, I just thought of having a boolean field for indicating usage...I
> don't know if it will be more efficient. But as a novice... I think
> that will be sufficient.

Efficiency is alway a point of course. But you have to keep track of
your field and you create a redundant data structure. You might run into
inconsistancy with it.

"My" solution is self-consistant, not redundant and you don't need write
operations during seeking for the fre entry. So maybe its even more
efficient.

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

Предыдущее
От: "A B"
Дата:
Сообщение: Re: Reuse serial numbers?
Следующее
От: nick
Дата:
Сообщение: Restoring DB using Continuous Archive Backup