RE: Implementation of Flashback Query - Mailing list pgsql-hackers

From Tsunakawa, Takayuki
Subject RE: Implementation of Flashback Query
Date
Msg-id 0A3221C70F24FB45833433255569204D1FAE40CB@G01JPEXMBYT05
Whole thread Raw
List 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 by date:

Previous
From: Ants Aasma
Date:
Subject: Checkpoint start logging is done inside critical section
Next
From: Tom Lane
Date:
Subject: Re: DSM robustness failure (was Re: Peripatus/failures)