Re: parametric block size?

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: parametric block size?
Дата
Msg-id 53D44A44.10008@catalyst.net.nz
обсуждение исходный текст
Ответ на Re: parametric block size?  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: parametric block size?  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-hackers
On 26/07/14 21:05, Andres Freund wrote:
>
>> More advanced features, but with much more impact on the code, would be to
>> be able to change the size at database/table level.
>
> That'd be pretty horrible because the size of pages in shared_buffers
> wouldn't be uniform anymore.
>
>

Possibly stopping at the tablespace level might be more straightforward. 
To avoid messing up the pages in shared buffers we'd perhaps need 
something like several shared buffer pools - each with either its own 
blocksize or associated with a (set of) tablespace(s).

Obviously this sort of thing has a pretty big architecture/code impact, 
probably better to consider a 1st iteration with it being initdb 
specifiable only (as that would still be very convenient)!

Regards

Mark



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: building pdfs
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/PgSQL: EXIT USING ROLLBACK