Re: Inheritance pg_largeobject table

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Inheritance pg_largeobject table
Date: 2022-12-09 05:27:14
Message-ID: e66e7b0b-6c81-2bf3-17a6-280fa957ab35@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/8/22 23:08, Zhao, Bing wrote:
>
> *Categorization: Unclassified *
>
> We are running PG11.11, and have more than 50T LO data about load into the
> pg_largeobject table. But 32T is the limitation.
>
> We have created couple child tables that using inheritance to
> pg_largeobject, and we have tried use triggers(insert or update) to put
> into child tables. It doesn’t work by use LO functions, ex lo_put,
> lo_create…seems never got triggered. But works with insert statement into
> the pg_largeobject.
>
> If we move LO data from root table to child, lo_get will break.
>
> Any ideas?
>

Out of curiosity, why inheritance instead of declarative partitioning?

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Maciek Sakrejda 2022-12-09 06:05:57 Re: Is there a way to know write statistics on an individual index
Previous Message Zhao, Bing 2022-12-09 05:08:37 Inheritance pg_largeobject table