RE: Implementation of Flashback Query

Поиск
Список
Период
Сортировка
От Tsunakawa, Takayuki
Тема RE: Implementation of Flashback Query
Дата
Msg-id 0A3221C70F24FB45833433255569204D1FAE40CB@G01JPEXMBYT05
обсуждение исходный текст
Список pgsql-hackers
From: Yang Jie [mailto:yangjie@highgo.com]
> Delayed cleanup, resulting in performance degradation, what are the
> solutions recommended?
> What do you suggest for the flashback feature?
> Although postgres has excellent backup and restore capabilities, have you
> considered adding flashbacks?

Great proposal, I appreciate it.

Regarding the bloat, check the recent mail threads titled "undo xxx".  A new table storage format is being developed to
useundo logs like Oracle and MySQL instead of generating dead tuples.
 

How about the possibility of adding a feature like Flashback Drop to restore dropped and truncated tables?  I sometimes
sawcustomers who mistakenly dropped or truncated tables but didn't have any backup.
 


Regards
Takayuki Tsunakawa




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

Предыдущее
От: Ants Aasma
Дата:
Сообщение: Checkpoint start logging is done inside critical section
Следующее
От: Tom Lane
Дата:
Сообщение: Re: DSM robustness failure (was Re: Peripatus/failures)