database/table snapshot - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject database/table snapshot
Date
Msg-id 2f4958ff0901300610v703ebcf1q8a7c22fe38afc4f8@mail.gmail.com
Whole thread Raw
Responses Re: database/table snapshot  (Asko Oja <ascoja@gmail.com>)
List pgsql-general
Hey folks,

I wonder, how would you guys approach table snapshots.
So the thing is, I have table X (I have few more tables, but lets
simplify that). That table is being replicated to X' on other server.
Now I need an ability to see changes, say every interval T. So, the
simplest solution would be to insert all that data to table Xs, with
additional time column,
but that obviously will take vast amounts of space. Is there any
existing algorithm for doing that, or perhaps there's something in
postgres that would allow me to do it - but I don't know about ?
thx.


--
GJ

pgsql-general by date:

Previous
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: need contact in Nepal
Next
From: Gregory Stark
Date:
Subject: Re: Pet Peeves?