Le ven. 9 déc. 2022 à 06:27, Ron a écrit :
> 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
On Thu, Dec 8, 2022 at 2:53 AM David Rowley wrote:
>
> On Thu, 8 Dec 2022 at 19:59, higherone wrote:
> > I know there's a pg_stats_user_indexes that gives statistics about the
> > index scans/fetches, but I don't find any information about how many
> > writes(insert/update/delete) happen on thi
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
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
On Wed, Dec 7, 2022 at 2:18 PM Andres Freund wrote:
> Hi,
>
> On 2022-11-28 17:22:19 -0500, Kirk Wolak wrote:
> > Thank you for this. We have the build working with meson (w/o
> readline).
> > I was not able to get "readline" to be recognized by meson (I've attached
> > the log file)
> > I
On Thu, 8 Dec 2022 at 19:59, higherone wrote:
> I know there's a pg_stats_user_indexes that gives statistics about the index
> scans/fetches, but I don't find any information about how many
> writes(insert/update/delete) happen on this individual index.
> Is there some tool that could achieve th