Re: is this explain good or bad???

Поиск
Список
Период
Сортировка
От Tomasz Myrta
Тема Re: is this explain good or bad???
Дата
Msg-id 3F6AA786.1080404@klaster.net
обсуждение исходный текст
Ответ на is this explain good or bad???  (<ries@jongert.nl>)
Ответы Re: is this explain good or bad???
Список pgsql-sql
> explain select count(*) from sq_logfile;
Not too helpful.
Better choice is:
explain analyze select * from sq_logfile;

Your explains show that selecting from view is 4 times slower than 
selecting from a table (35988:128282). It is possible.
Anyway counting 1 million rows usualy takes a long time...

Regards,
Tomasz Myrta



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

Предыдущее
От:
Дата:
Сообщение: is this explain good or bad???
Следующее
От: "A.Bhuvaneswaran"
Дата:
Сообщение: Re: Automated Backup