Re: Must I create an index for child table if master table have one?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Must I create an index for child table if master table have one?
Дата
Msg-id CAKFQuwaMgxosLfNsTgMBk5PRJhT=+uabdpLs7hOBOOgyfFEdCw@mail.gmail.com
обсуждение исходный текст
Ответ на Must I create an index for child table if master table have one?  (Edmundo Robles <edmundo@sw-argos.com>)
Ответы Re: Must I create an index for child table if master table have one?
Список pgsql-general
On Tue, Nov 8, 2016 at 11:08 AM, Edmundo Robles <edmundo@sw-argos.com> wrote:
Hi!

 i have a  simple question,  if the master table have an index, must  i have create  the same index in a child  table?
what is  the best practice  for  indexes  in table partition ?

Indexes are self-contained within the physical table on which they are defined.  The index on the master contains no rows that are present in the child table.

David J.​

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