Re: A thought on Index Organized Tables

Поиск
Список
Период
Сортировка
От Gokulakannan Somasundaram
Тема Re: A thought on Index Organized Tables
Дата
Msg-id 9362e74e1002241344m22252528n665a61d2307c5957@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A thought on Index Organized Tables  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers

You also need to avoid scanning the same tuple twice. That's not a
problem for VACUUM, but it is for full index scans.

Heikki,
          Actually the logic, which i have explained earlier is to avoid scanning tuples twice.

Gokul.

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pg_stop_backup does not complete
Следующее
От: Gokulakannan Somasundaram
Дата:
Сообщение: Re: A thought on Index Organized Tables