| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] systable_getnext_ordered |
| Дата | |
| Msg-id | 11059.1296518546@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [HACKERS] systable_getnext_ordered (yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi)) |
| Ответы |
Re: [HACKERS] systable_getnext_ordered
|
| Список | pgsql-novice |
yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) writes:
> the attached patch is to avoid unnecessary detoast'ing and EOF marker pages
> when possible. does it make sense?
The blob page size is already chosen not to allow for out-of-line
storage, not to mention that pg_largeobject doesn't have a TOAST table.
So I think avoiding detoasting is largely a waste of time. I'm
unexcited about the other consideration too --- it looks to me like it
just makes truncation slower, more complicated, and hence more
bug-prone, in return for a possible speedup that probably nobody will
ever notice.
regards, tom lane
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера