Re: Hints (Was: Index Tuning Features)

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hints (Was: Index Tuning Features)
Date: 2006-10-13 02:01:50
Message-ID: 1060.24.211.165.134.1160704910.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> We have also talked about solving the multi-column statistics problem
> (which, at its core, is "which combinations of columns are worth
> accumulating stats for?" --- you can't possibly store stats for every
> combination!) by having what would amount to hints from the DBA saying
> "keep stats for these combinations".
>

This strikes me intuitively as the most likely candidate so far for
improvement. I'm much more interested in schemes that will improve the
stats system, rather than providing a way around it.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2006-10-13 02:54:02 Re: Hints proposal
Previous Message Tom Lane 2006-10-13 01:09:18 Re: Hints (Was: Index Tuning Features)