Re: Inheritance pg_largeobject table - Mailing list pgsql-general

From Ron
Subject Re: Inheritance pg_largeobject table
Date
Msg-id e66e7b0b-6c81-2bf3-17a6-280fa957ab35@gmail.com
Whole thread Raw
In response to Inheritance pg_largeobject table  ("Zhao, Bing" <Bing.Zhao@cra-arc.gc.ca>)
Responses Re: Inheritance pg_largeobject table  (Thomas Boussekey <thomas.boussekey@gmail.com>)
List pgsql-general
On 12/8/22 23:08, Zhao, Bing wrote:
@font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face {font-family:DengXian; panose-1:2 1 6 0 3 1 1 1 1 1;}@font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;}@font-face {font-family:"\@DengXian"; panose-1:2 1 6 0 3 1 1 1 1 1;}p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; font-size:11.0pt; font-family:"Calibri",sans-serif;}span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri",sans-serif; color:windowtext;}.MsoChpDefault {mso-style-type:export-only; font-family:"Calibri",sans-serif;}div.WordSection1 {page:WordSection1;}

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.

pgsql-general by date:

Previous
From: "Zhao, Bing"
Date:
Subject: Inheritance pg_largeobject table
Next
From: Maciek Sakrejda
Date:
Subject: Re: Is there a way to know write statistics on an individual index