From: | Srinath Reddy Sadipiralla <srinath2133(at)gmail(dot)com> |
---|---|
To: | Nikita Malakhov <hukutoc(at)gmail(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Custom reloptions in TableAM |
Date: | 2025-06-21 02:54:15 |
Message-ID: | CAFC+b6r06KsFRSt9K9H7zUTPs4i5MY4epcXMrqSXGGkq_RzDrQ@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Jun 21, 2025 at 1:39 AM Nikita Malakhov <hukutoc(at)gmail(dot)com> wrote:
> Hi hackers!
>
> While developing an alternative Table AM I've stumbled
> upon the impossibility to set custom reloptions to the table
> created by Table AM, like it could be done for Index AM.
>
> I haven't found any comments on this and implemented
> a mechanism of setting custom reloptions for a relation
> created with Table AM, if needed. These options are stored
> in Relcache and are accessed through the rd_options field.
>
> The main scenario for custom reloptions is something like:
> CREATE TABLE t (...) USING myTableAM WITH (custom_opt1=..., ...);
>
I think there are some similar efforts going on ,you can check in this
thread [0].
[0]
https://www.postgresql.org/message-id/flat/20250302085641.hmjom5ru3w554t2n%40poseidon.home.virt
--
Thanks,
Srinath Reddy Sadipiralla
EDB: https://www.enterprisedb.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Nikita Malakhov | 2025-06-21 03:04:22 | Re: Custom reloptions in TableAM |
Previous Message | Soumyadeep Chakraborty | 2025-06-20 23:09:21 | Re: Improve CRC32C performance on SSE4.2 |