Re: how to find which tables required indexes in postgresql
В списке pgsql-general по дате отправления:
| От | Shaun Thomas |
|---|---|
| Тема | Re: how to find which tables required indexes in postgresql |
| Дата | |
| Msg-id | 5165787B.6010303@optionshouse.com обсуждение исходный текст |
| Ответ на | how to find which tables required indexes in postgresql (Zahid Quadri <zahid.quadri@cloverinfotech.com>) |
| Список | pgsql-general |
On 04/10/2013 06:31 AM, Zahid Quadri wrote: > please suggest if there is any way which i can find which tables need > indexes in postgresql. If you have 8.4 or newer, you can look in pg_stat_statements for queries that use a lot of time. Check the where clauses for columns or transforms that can be indexed. Of course, you have to install it first. Take a look here: http://www.postgresql.org/docs/8.4/static/pgstatstatements.html -- Shaun Thomas OptionsHouse | 141 W. Jackson Blvd. | Suite 500 | Chicago IL, 60604 312-676-8870 sthomas@optionshouse.com ______________________________________________ See http://www.peak6.com/email_disclaimer/ for terms and conditions related to this email
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера