Tuple Layout
When you insert a new row into a table, postgreSQL creates a tuple, a contiguous chunk of memory bytes that contains both system metadata and your actual data.
A tuple starts with a 23 byte header. Every single tuple in every table has this same head...
rabindranath-tiwari.com.np5 min read