Re: non-WAL btree?

From: Joshua Drake <jd(at)commandprompt(dot)com>
To: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: non-WAL btree?
Date: 2008-08-01 19:57:29
Message-ID: 20080801125729.71ad6f43@jd-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 01 Aug 2008 12:41:12 -0700
Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com> wrote:

> Guys,
>
> I was wondering if there is a btree indexing implementation that
> is not WAL-logged. I'm loading data in bulks, and index logging
> is an unnecessary overhead for me (easier to rebuild on crash).

Drop the index during load?

>
> Thanks!
>
> best regards,
> Alex Vinogradovs
>

--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Vinogradovs 2008-08-01 20:07:18 Re: non-WAL btree?
Previous Message Alex Vinogradovs 2008-08-01 19:41:12 non-WAL btree?