Re: how to find which tables required indexes in postgresql

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: how to find which tables required indexes in postgresql
Дата
Msg-id kk3mnt$ama$1@ger.gmane.org
обсуждение исходный текст
Ответ на how to find which tables required indexes in postgresql  (Zahid Quadri <zahid.quadri@cloverinfotech.com>)
Ответы Re: how to find which tables required indexes in postgresql
Список pgsql-general
Zahid Quadri, 10.04.2013 13:31:
> hi,,
>
> please suggest if there is any way which i can find which tables need indexes in postgresql.
>

Tables don't need indexes. Queries do. You will need to show us the queries in question (e.g. those that are slow) in
orderto decide which index is helpful. 

Thomas



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: how to find which tables required indexes in postgresql
Следующее
От: Condor
Дата:
Сообщение: How to convert US date format to European date format ?