oid...any optimizations
sathiya psql <sathiya.psql@gmail.com>
From: "sathiya psql" <sathiya.psql@gmail.com>
To: pgsql-performance@postgresql.org
Date: 2008-03-06T07:02:01Z
Lists: pgsql-performance
i had a table with 50 lakh record... it has a column called oid ( obviously all the tables will have this ), but while doing any operation it is getting slow because of the number of records... if i remove the oid column will i get any benefit, what are all the other default columns created without our knowledge..