Re: server crash in very big transaction [postgresql 8.0beta1]

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: server crash in very big transaction [postgresql 8.0beta1]
Дата
Msg-id 200408290259.i7T2xMa16480@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: server crash in very big transaction [postgresql 8.0beta1]  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Is this fixed?

---------------------------------------------------------------------------

Tom Lane wrote:
> "ÿffffceÿffffac" "ÿffffbdÿffffaa" <jiangwei_1976@yahoo.com.cn> writes:
> > --- Alvaro Herrera <alvherre@dcc.uchile.cl> wrote:
> >> Huh, so what kind of operations did you execute
> >> within the transaction?
>
> > There are 1600 tables in database 'db1', I wrote a
> > pl/pgsql function "update_tables" like
>
> > "
> > FOR table IN SELECT relname FROM pg_class
> > LOOP
> >     ...
> >     DROP INDEX ON ... ;
> >     ALTER TABLE DROP CONSTRAINT ...;
> >     ...
> >     CREATE INDEX xxx ON TABLE xxx;
> >     ...
> >     ALTER TABLE xxx ADD PRIMARY KEY...
> >     ALTER TABLE xxx ADD ...
> >     ...
> > END LOOP
>
> Okay, so it was the number-of-deleted-files issue and not the
> number-of-subtransactions issue.  Still says we have to allow
> commit records to be bigger than 64K ...
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] BUG #1219: pgxs does not work fully
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql 8.0 beta1 patch for token and timezone