Re: Inheritance pg_largeobject table

2022-12-08 Thread Thomas Boussekey
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

Re: Is there a way to know write statistics on an individual index

2022-12-08 Thread Maciek Sakrejda
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

Re: Inheritance pg_largeobject table

2022-12-08 Thread Ron
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

Inheritance pg_largeobject table

2022-12-08 Thread Zhao, Bing
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

Re: Getting PSQL in Windows to support TAB/Autocomplete via modified readline...

2022-12-08 Thread Kirk Wolak
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

Re: Is there a way to know write statistics on an individual index

2022-12-08 Thread David Rowley
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