Re: non-WAL btree?

Поиск
Список
Период
Сортировка
От Alex Vinogradovs
Тема Re: non-WAL btree?
Дата
Msg-id 1217627383.79373.64.camel@localhost
обсуждение исходный текст
Ответ на Re: non-WAL btree?  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Ответы Re: non-WAL btree?  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Список pgsql-general
It's all about number of repetions. If say I load my table
with 50k every minute, and run reindex every minute, how
long do you think it would take by end of the day, when
my table (it's daily partition actually) is at maximum
capacity ? And database may actually never crash, and
I won't have to run reindex at all ;)

Btw, SELECT INTO is also a non-WAL operation when
archiving is disabled, or am I missing something ?

Alex.


On Fri, 2008-08-01 at 16:43 -0500, Jaime Casanova wrote:
> On Fri, Aug 1, 2008 at 3:36 PM, Alex Vinogradovs
> <AVinogradovs@clearpathnet.com> wrote:
> > It's not that I expect a lot of improvement by having non-WAL
> > indexing, it just sounds logical to me to have that, since
> > index can be re-created fast enough during recovery,
>
> and why you think that? if they are non WAL logged the only way to
> re-create them after a recovery is with a REINDEX... dropping the
> index and create after the bulk is just the same, i think...
>

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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: non-WAL btree?
Следующее
От: John Meyer
Дата:
Сообщение: Is there any reason why "edit PostgreSQL.conf should be on my menu"