Is there any performance to be gained from PostgreSQL by storing the data as two tables versus one table?
PostgreSQL already does this for you via the TOAST mechanism you mentioned.
David J.
Is there any performance to be gained from PostgreSQL by storing the data as two tables versus one table?