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

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO: read-only tables, select from indexes only.
Date: 2005-04-22 18:55:51
Message-ID: 200504221155.51717.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-04-22 18:58:10 Re: Bitmap scans vs. the statistics views
Previous Message Josh Berkus 2005-04-22 18:52:51 Re: Bad n_distinct estimation; hacks suggested?