Postgres OID VS Relfilenode
When you create a table, PostgreSQL assigns it an OID (Object Identifier). This is just a logical identifier for the table. it is stored in the system catalog pg_class and remains constant for the lifetime of the table.
But under the hood in physical...
rabindranath-tiwari.com.np2 min read