non-WAL btree?

From: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: non-WAL btree?
Date: 2008-08-01 19:41:12
Message-ID: 1217619672.79373.50.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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).

Thanks!

best regards,
Alex Vinogradovs

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Drake 2008-08-01 19:57:29 Re: non-WAL btree?
Previous Message Tom Lane 2008-08-01 18:37:56 Re: savepoint problems