Re: Deletes hurt

Поиск
Список
Период
Сортировка
От Paul Lambert
Тема Re: Deletes hurt
Дата
Msg-id 465F4F3C.6060709@autoledgers.com.au
обсуждение исходный текст
Ответ на Re: Deletes hurt  ("Chris Hoover" <revoohc@gmail.com>)
Список pgsql-admin
Chris Hoover wrote:
> Just curious, what sort of field do they use to mark the rows?  I'm
> assuming a timestamp since it would half to be part of the primary key,
> or am I way off?  This has really gotten me thinking about how I might
> implement this in my database.
>
> Thanks,
>
> Chris
>

I do this on a number of tables in my database, I use a byte to store a
status, with each 'bit' meaning something, usually the 128 bit indicates
deleted, so any value over 128 means the record is not current and that
is tested for in any standard queries.

This doesn't get around allowing multiple rows with the same data, with
one being current and the rest deleted - but that's not an issue in my
system. If it's deleted it's deleted, it doesn't get recreated, but can
be restored, thus not using an actual delete fits my scenario quite well.


--
Paul Lambert
Database Administrator
AutoLedgers


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

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: Re: Deletes hurt
Следующее
От: Robert Treat
Дата:
Сообщение: Re: PostgreSQL Training?