Re: Significantly larger toast tables on 8.4?
| От | Tom Lane |
|---|---|
| Тема | Re: Significantly larger toast tables on 8.4? |
| Дата | |
| Msg-id | 24746.1230912116@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Significantly larger toast tables on 8.4? ("Stephen R. van den Berg" <srb@cuci.nl>) |
| Ответы |
Re: Significantly larger toast tables on 8.4?
Re: Significantly larger toast tables on 8.4? |
| Список | pgsql-hackers |
"Stephen R. van den Berg" <srb@cuci.nl> writes:
> What seems to be hurting the most is the 1MB upper limit. What is the
> rationale behind that limit?
The argument was that compressing/decompressing such large chunks would
require a lot of CPU effort; also it would defeat attempts to fetch
subsections of a large string. In the past we've required people to
explicitly "ALTER TABLE SET STORAGE external" if they wanted to make
use of the substring-fetch optimization, but it was argued that this
would make that more likely to work automatically.
I'm not entirely convinced by Alex' analysis anyway; the only way
those 39 large values explain the size difference is if they are
*tremendously* compressible, like almost all zeroes. The toast
compressor isn't so bright that it's likely to get 10X compression
on typical data.
regards, tom lane
В списке pgsql-hackers по дате отправления: