Re: Filesystems WAS: Perfomance Tuning

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Filesystems WAS: Perfomance Tuning
Дата
Msg-id Pine.LNX.4.21.0308131200290.31894-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: Filesystems WAS: Perfomance Tuning  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-performance
On Tue, 12 Aug 2003, Bruce Momjian wrote:

>
> I think Gavin Sherry is working on this.  I am CC'ing him.
>
> ---------------------------------------------------------------------------

Yes I am working on this. I am about 50% of the way through the patch but
have been held up with other work. For those who are interested, it
basically allow:

1) creation of different 'storage' locations. Tables and indexes can be
created in different storage locations. Storage locations can also be
assigned to schemas and databases. Tables and indexes will default to the
schema storage location if STORAGE 'store name' is not provided to CREATE
.... This will cascade to the default database storage location if
the schema was not created with STORAGE 'store name'.

2) the patch will allow different storage locations to have different
rand_cost parameters passed to the planner.

3) the patch *will not* address issues concerning quotas, resource
management, WAL/clog, temp or sort spaces.

Will keep everyone posted if/when I finish.

Thanks,

Gavin


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Filesystems WAS: Perfomance Tuning
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Perfomance Tuning