How Postgres Stores Data in 8KB Pages

We start by creating a table, loading it with data, and then doing updates. As we update rows, you'll see how Postgres creates new versions of each row, while still storing them inside the same table.

Complete and Continue  
Discussion

0 comments