Re: Largeobject Access Controls (r2460) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Largeobject Access Controls (r2460)
Date
Msg-id 9646.1264264561@sss.pgh.pa.us
Whole thread Raw
In response to Re: Largeobject Access Controls (r2460)  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Responses Re: Largeobject Access Controls (r2460)
List pgsql-hackers
KaiGai Kohei <kaigai@kaigai.gr.jp> writes:
> (2010/01/23 5:12), Tom Lane wrote:
>> Now the argument against that is that it won't scale terribly well
>> to situations with very large numbers of blobs.

> Even if the database contains massive number of large objects, all the
> pg_dump has to manege on RAM is its metadata, not data contents.

I'm not so worried about the amount of RAM needed as whether pg_dump's
internal algorithms will scale to large numbers of TOC entries.  Any
O(N^2) behavior would be pretty painful, for example.  No doubt we could
fix any such problems, but it might take more work than we want to do
right now.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Largeobject Access Controls (r2460)
Next
From: Andrew Dunstan
Date:
Subject: Re: commit fests