| From: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
|---|---|
| To: | Kasahara Tatsuhito <kasahara(dot)tatsuhito(at)gmail(dot)com>, Shinya Okano <btokanosn(at)oss(dot)nttdata(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Add a description to the documentation that toast_tuple_target affects "Main" |
| Date: | 2020-10-13 16:30:06 |
| Message-ID: | a4941ace-b898-3bd4-270f-2ccc1dc2af07@oss.nttdata.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2020/10/13 10:40, Kasahara Tatsuhito wrote:
> Hi,
>
> On Fri, Oct 9, 2020 at 5:44 PM Shinya Okano <btokanosn(at)oss(dot)nttdata(dot)com> wrote:
>>
>> Hi,
>>
>> Regarding the toast_tuple_target parameter of CREATE TABLE, the
>> documentation says that it only affects External or Extended, but it
>> actually affects the compression of Main as well.
>>
>> The attached patch modifies the document to match the actual behavior.
> +1
+1
+ we try to compress long column values or to move into TOAST tables, and
"we try to compress and/or move long column values into TOAST tables, and" is better?
Regards,
--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2020-10-13 16:30:28 | Re: partition routing layering in nodeModifyTable.c |
| Previous Message | Pavel Stehule | 2020-10-13 16:20:41 | lost replication slots after pg_upgrade |