Re: [PERFORM] Bytea(TOAST) vs large object facility(OID)

2013-12-23 Thread Albe Laurenz
kosalram Babu Chellappa wrote: > We have a requirement to store images/documents with an average size of > 1-2MB on PostgreSQL database. > We have PostgreSQL 9.2.4 running on Red hat linux 64 bit. We decided to setup > a stand alone postgreSQL > server without streaming replication to host the i

[PERFORM] Bytea(TOAST) vs large object facility(OID)

2013-12-23 Thread kosalram Babu Chellappa
Hi,  We have a requirement to store images/documents with an average size of 1-2MB on PostgreSQL database. We have PostgreSQL 9.2.4 running on Red hat linux 64 bit. We decided to setup a stand alone postgreSQL server without streaming replication to host the images/documents only. We are new to