Re: I don't want to back up index files

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Glen Parker <glenebob(at)nwlink(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: I don't want to back up index files
Date: 2009-03-11 15:03:25
Message-ID: 1236783805.26259.6.camel@jd-laptop.pragmaticzealot.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2009-03-10 at 18:54 -0700, Glen Parker wrote:
> I am wondering the feasibility of having PG continue to work even if
> non-essential indexes are gone or corrupt. I brought this basic concept
> up at some point in the past, but now I have a different motivation, so
> I want to strike up discussion about it again. This time around, I
> simply don't want to back up indexes if I don't have to. Because
> indexes contain essentially redundant data, losing one does not equate
> to losing real data. Therefore, backing them up represents a lot of
> overhead for very little benefit.

Hello,

I am sorry but this seems very silly. If you don't want to back up
indexes use pg_dump.

>
> Any chance of something like this being done in the future?
>

I am going to go out on a limb here and say, "no".

Joshua D. Drake

--
PostgreSQL - XMPP: jdrake(at)jabber(dot)postgresql(dot)org
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2009-03-11 15:33:09 Re: I don't want to back up index files
Previous Message Scott Marlowe 2009-03-11 14:10:57 Re: Suggestions for blocking user inserts during admin bulk loading.