Re: TODO: read-only tables, select from indexes only.

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: TODO: read-only tables, select from indexes only.
Дата
Msg-id 200504221155.51717.josh@agliodbs.com
обсуждение исходный текст
Список pgsql-hackers
Hannu,

> 1) possibility to explicitly change table status to READ-ONLY .
>
> 2) setting a flag CAN_OMIT_HEAP_CHECK after REINDEX TABLE for tables
> that are READ-ONLY
>
> 3) changing postgres planner/executor to make use of this flag, by not
> going to heap for tuples on tables where CAN_OMIT_HEAP_CHECK is true.

As soneone who appears to be all about data warehousing these days, let me
speak in favor of this idea.    And say that you're welcome to submit it to
the Bizgres distribution so we can test it out ....

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: "Dave Held"
Дата:
Сообщение: Re: Woo hoo ... a whole new set of compiler headaches!! :)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Bitmap scans vs. the statistics views