Re: analyze foreign tables

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: richard coleman <rcoleman(dot)ascentgl(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: analyze foreign tables
Date: 2023-08-01 19:15:23
Message-ID: 155c25b62f6eab032138b93831ca4fe95158e059.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support pgsql-admin

On Tue, 2023-08-01 at 12:36 -0400, richard coleman wrote:
> Would it be possible to transfer table statistics between the same version
> of PostgreSQL, ex: source is pg15, target is pg15?

There is no support for that.

If you know what you are doing, you might be able to mess with the catalog tables,
but you would probably need server C code for that, since you cannot normally
write to an "anyarray".

I wouldn't recommend to go that way.

> Otherwise, anything that can be done to speed this up would be very helpful.

Run the ANALYZE in many parallel sessions. I cannot think of anything smarter.

Yours,
Laurenz Albe

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message richard coleman 2023-08-01 19:27:40 Re: analyze foreign tables
Previous Message richard coleman 2023-08-01 18:36:47 Re: analyze foreign tables

Browse pgadmin-support by date

  From Date Subject
Next Message richard coleman 2023-08-01 19:27:40 Re: analyze foreign tables
Previous Message richard coleman 2023-08-01 18:36:47 Re: analyze foreign tables

Browse pgsql-admin by date

  From Date Subject
Next Message richard coleman 2023-08-01 19:27:40 Re: analyze foreign tables
Previous Message richard coleman 2023-08-01 18:36:47 Re: analyze foreign tables