Re: non-WAL btree?

Поиск
Список
Период
Сортировка
От Alex Vinogradovs
Тема Re: non-WAL btree?
Дата
Msg-id 1217621238.79373.53.camel@localhost
обсуждение исходный текст
Ответ на Re: non-WAL btree?  (Joshua Drake <jd@commandprompt.com>)
Ответы Re: non-WAL btree?
Re: non-WAL btree?
Список pgsql-general
By loading in bulks, I mean I load some 40-50 thousand
rows at once into a table that already has some millions.
Index rebuild on that table after each 50k inserts will
be even less efficient ;)

Alex.

On Fri, 2008-08-01 at 12:57 -0700, Joshua Drake wrote:
> On Fri, 01 Aug 2008 12:41:12 -0700
> Alex Vinogradovs <AVinogradovs@Clearpathnet.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
> >
>
>

В списке pgsql-general по дате отправления:

Предыдущее
От: Joshua Drake
Дата:
Сообщение: Re: non-WAL btree?
Следующее
От: "David Wilson"
Дата:
Сообщение: Re: non-WAL btree?