logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: BLOB Feature Limits: msg#00201

Subject: Re: BLOB Feature Limits
On Wed, 24 Apr 2002, Bullock, Dempsey wrote:

> I'm new to PGSQL 7.2...
>
> I plan to create an application that stores any kind of document directly
> within the database.  Some of the files could be very large (1MB or larger).
> Where are the limitations documented?

/usr/doc/postgresql-7.2.1/html/largeobjects.html

Section 2.2 says: The large object implementation breaks large objects up
into "chunks" and stores the chunks in tuples in the database. A B-tree
index guarantees fast searches for the correct chunk number when doing
random access reads and writes.

I would presume this to meant that a large object has no finite size
limitation apart from the database itself exceeding disk space limits.

(But I could be wrong, I'm not a PostgreSQL developer.)

BTW: This should probably have been asked on the pgsql-novice list.

Regards,
Ian Morgan
-- 
-------------------------------------------------------------------
 Ian E. Morgan        Vice President & C.O.O.         Webcon, Inc.
 imorgan@xxxxxxxxxx         PGP: #2DA40D07          www.webcon.net
    *  Customized Linux network solutions for your business  *
-------------------------------------------------------------------


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



<Prev in Thread] Current Thread [Next in Thread>