Re: Inheritance pg_largeobject table

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Inheritance pg_largeobject table
Дата
Msg-id e66e7b0b-6c81-2bf3-17a6-280fa957ab35@gmail.com
обсуждение исходный текст
Ответ на Inheritance pg_largeobject table  ("Zhao, Bing" <Bing.Zhao@cra-arc.gc.ca>)
Ответы Re: Inheritance pg_largeobject table  (Thomas Boussekey <thomas.boussekey@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Zhao, Bing"
Дата:
Сообщение: Inheritance pg_largeobject table
Следующее
От: Maciek Sakrejda
Дата:
Сообщение: Re: Is there a way to know write statistics on an individual index