Tables Without OIDS and its effect - Mailing list pgsql-performance

From Sai Hertz And Control Systems
Subject Tables Without OIDS and its effect
Date
Msg-id 3FD9E916.8050005@sancharnet.in
Whole thread Raw
Responses Re: Tables Without OIDS and its effect  (Neil Conway <neilc@samurai.com>)
List pgsql-performance
Dear all ,

I have created my tables without OIDS  now my doubts are :
1.  Will this speed up the data insertion process
2. Though I have not written any code in my any of the pgsql functions
which depend on OIDS
  1. Will without OIDS the functions behave internally differently
  2. Will my application break at any point
3. I decided to  work with out OIDS because
  1. It has a limit of  -2147483648 to +2147483647
  2 Due to this limitation I would not like to drop recreate my
database because it is a bit difficult/dirty process

All links and suggestion pertaining to OIDS are most welcome my mail box
is at your  disposal and dont  hassitate to
drop a two line comment.
-----------------------
My Sys Config:
RH                9.0
PostgreSQL  7.3.4
GCC             3.2.2
PHP              4.3.4
----------------------
Regards,
V Kashyap




pgsql-performance by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: [ADMIN] ODBC Driver generates a too big "windows swap file" and
Next
From: Tom Lane
Date:
Subject: Re: Query plan - now what?