Re: create index does change pages?

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: create index does change pages?
Дата
Msg-id A3DC1C2F-A8EB-4F9C-BF94-00B96A2AB6C1@gmail.com
обсуждение исходный текст
Ответ на create index does change pages?  (mohsen soodkhah mohammadi <mohsensoodkhah@gmail.com>)
Список pgsql-hackers

Sent from my iPad

On 20-Jul-2013, at 15:26, mohsen soodkhah mohammadi <mohsensoodkhah@gmail.com> wrote:

> hello.
> dose one create index on the large table changes the place of some tuples in some pages?


No, making an index involves keeping some metadata about your tables in an auxiliary data structure. It will require
someextra memory for the auxiliary data structure, but there is no moving of the actual tuples. 

Regards,

Atri


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: create index does change pages?
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.4] row level security