Re: slow database

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: slow database
Дата
Msg-id Pine.LNX.4.44.0402111525070.30205-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на slow database  (alemon@tiago.hazor.com.br)
Список pgsql-performance
On Wed, 11 Feb 2004 alemon@tiago.hazor.com.br wrote:

> somebody please knows to give tips to me to increase the
> performance

Run VACUUM ANALYZE. Find one query that is slow. Run EXPLAIN ANALYZE on
that query. Read the plan and figure out why it is slow. Fix it.

--
/Dennis Björklund


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

Предыдущее
От: alemon@tiago.hazor.com.br
Дата:
Сообщение: slow database
Следующее
От: PC Drew
Дата:
Сообщение: Re: slow database