Re: analyze foreign tables
От
Laurenz Albe
Тема
Re: analyze foreign tables
Дата
Msg-id
155c25b62f6eab032138b93831ca4fe95158e059.camel@cybertec.at
Ответ на
Re: analyze foreign tables (richard coleman)
Список
Дерево обсуждения
analyze foreign tables richard coleman <rcoleman.ascentgl@gmail.com>
Re: analyze foreign tables Laurenz Albe <laurenz.albe@cybertec.at>
Re: analyze foreign tables richard coleman <rcoleman.ascentgl@gmail.com>
Re: analyze foreign tables Jeff Janes <jeff.janes@gmail.com>
Re: analyze foreign tables Jeff Janes <jeff.janes@gmail.com>
Re: analyze foreign tables richard coleman <rcoleman.ascentgl@gmail.com>
Re: analyze foreign tables Laurenz Albe <laurenz.albe@cybertec.at>
Re: analyze foreign tables richard coleman <rcoleman.ascentgl@gmail.com>
analyze foreign tables "Wetmore, Matthew (CTR)" <Matthew.Wetmore@express-scripts.com>
Re: analyze foreign tables richard coleman <rcoleman.ascentgl@gmail.com>
Re: analyze foreign tables Laurenz Albe <laurenz.albe@cybertec.at>
Re: analyze foreign tables richard coleman <rcoleman.ascentgl@gmail.com>
Assign User Defined DataType To Columns Phani Prathyush Somayajula <phani.somayajula@pragmaticplay.com>
Re: Assign User Defined DataType To Columns "David G. Johnston" <david.g.johnston@gmail.com>
Re: Assign User Defined DataType To Columns "David G. Johnston" <david.g.johnston@gmail.com>
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 по дате отправления