Re: directory archive format for pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: directory archive format for pg_dump
Date
Msg-id 12022.1292532732@sss.pgh.pa.us
Whole thread Raw
In response to Re: directory archive format for pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: directory archive format for pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 12/16/2010 03:13 PM, Robert Haas wrote:
>> So how bad would it be if we committed this new format without support
>> for splitting large relations into multiple files, or with some stub
>> support that never actually gets used, and fixed this later?  Because
>> this is starting to sound like a bigger project than I think we ought
>> to be requiring for this patch.

> I don't think we have to have that in the first go at all. Parallel dump 
> could be extremely useful without it. I haven't looked closely, but I 
> assume there will still be an archive version recorded somewhere. When 
> we change the archive format, bump the version number.

Sure, but it's worth thinking about the feature now.  If there are
format tweaks to be made, it might be less painful to make them now
instead of later, even if actual support for the feature isn't there.
(I agree I don't want to try to implement it just yet.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] V3: Idle in transaction cancellation
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] V3: Idle in transaction cancellation