| От | Tom Lane |
|---|---|
| Тема | Re: Make TOAST_TUPLES_PER_PAGE configurable per table. |
| Дата | |
| Msg-id | 19554.1265069352@sss.pgh.pa.us обсуждение |
| Ответ на | Make TOAST_TUPLES_PER_PAGE configurable per table. (Jesper Krogh <jesper@krogh.cc>) |
| Ответы |
Re: Make TOAST_TUPLES_PER_PAGE configurable per table.
|
| Список | pgsql-hackers |
Jesper Krogh <jesper@krogh.cc> writes:
> This patch enables users to set TOAST_TUPLES_PER_PAGE with
> ALTER TABLE <table> SET (tuples_per_page = X); .. currently with 1 <= X
> <= 32;
It's not clear to me that fiddling with that is useful unless the toast
tuple size also changes; and unfortunately changing that is much harder,
because it's wired into the addressing of toast data. See also these
notes:
* XXX while these can be modified without initdb, some thought needs to be* given to needs_toast_table() in toasting.c
beforeunleashing random* changes. Also see LOBLKSIZE in large_object.h, which can *not* be* changed without initdb.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера