Re: Hints (Was: Index Tuning Features)

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Hints (Was: Index Tuning Features)
Дата
Msg-id 200610131432.09973.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Hints (Was: Index Tuning Features)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom,

> 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".

We could start just by keeping stats for multiple columns which are indexed 
together.  That doesnt' cover everything (thanks to bitmapping) but would 
cover many cases.

-- 
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ./configure argument checking
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] index advisor