Re: Persist MVCC forever - retain history

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Persist MVCC forever - retain history
Дата
Msg-id CAKFQuwZV_rkfPSTOWvq=YYRNi9cXiS7VWR3OeU3H6MCXzLFz5w@mail.gmail.com
обсуждение исходный текст
Ответ на Persist MVCC forever - retain history  (Mitar <mmitar@gmail.com>)
Ответы Re: Persist MVCC forever - retain history  (Mitar <mmitar@gmail.com>)
Список pgsql-hackers
On Thursday, July 2, 2020, Mitar <mmitar@gmail.com> wrote:
 
make queries asking for
results at the particular historical version of table state?

Even for a single table how would you go about specifying this in a user-friendly way?  Then consider joins.
 
Is this something I would have to run a custom version of PostgreSQL
or is this possible through an extension of sort?

 If by “this” you mean leveraging MVCC you don’t; it isn’t suitable for persistent temporal data.

The fundamental missing piece is that there is no concept of timestamp in MVCC. Plus, wrap-around and freezing aren’t just nice-to-have features.

David J.

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

Предыдущее
От: Mitar
Дата:
Сообщение: Persist MVCC forever - retain history
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Persist MVCC forever - retain history