Hacker News new | ask | show | jobs
by petereisentraut 2471 days ago
A snapshot is actually just a struct with a few transaction IDs (xids) and some other bookkeeping that describes which slice of the physically stored data is supposed to be visible to a transaction. The article shows the details of that. So the size of a snapshot is unrelated to the size of the database.
1 comments

Thanks for the information. I read the article but didn't understand it well.