Re: BUG #2225: Backend crash -- BIG table

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: BUG #2225: Backend crash -- BIG table
Дата
Msg-id 20060203084029.G58509@megazone.bigpanda.com
обсуждение исходный текст
Ответ на BUG #2225: Backend crash -- BIG table  ("Patrick Rotsaert" <patrick.rotsaert@arrowup.be>)
Ответы Re: BUG #2225: Backend crash -- BIG table
Список pgsql-bugs
On Mon, 30 Jan 2006, Patrick Rotsaert wrote:

> Problem:
> -------
> Executing a select query causes the backend to crash. This is the output
> from the psql frontend:
>
>     pointspp=# select trid, count(*) from pptran group by trid having count(*)
> > 1;
>     server closed the connection unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.
>     The connection to the server was lost. Attempting reset: Failed.
>     !>

One question is what does the explain (without analyze) plan look like for
the above and are the row estimates valid in the case of one of the hash
plans.

Failing that, how many rows should the above return?

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