Re: analyze foreign tables - Mailing list pgsql-admin

From richard coleman
Subject Re: analyze foreign tables
Date
Msg-id CAGA3vBvOOmrhpOJc3gjMcQS_TDfGR7OH_vaodLUQoJxYO8wZSQ@mail.gmail.com
Whole thread Raw
In response to Re: analyze foreign tables  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Assign User Defined DataType To Columns  (Phani Prathyush Somayajula <phani.somayajula@pragmaticplay.com>)
List pgsql-admin
Laurenz, 

Since my ability to program in C is basically non-existent, there's no danger of me writing custom PostgreSQL C code anytime soon.  

Maybe someday when I retire I'll take up C coding to keep my mind nimble.

So increasing parallelization it is.

Thanks again, 
rik.


On Tue, Aug 1, 2023 at 3:15 PM Laurenz Albe <laurenz.albe@cybertec.at> wrote:
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

pgsql-admin by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: analyze foreign tables
Next
From: sbob
Date:
Subject: repmgr setup and one other question