Re: Reg pg_restore taking more time in windows compare to linux - Mailing list pgsql-performance

From Laurenz Albe
Subject Re: Reg pg_restore taking more time in windows compare to linux
Date
Msg-id 7c028373bf54624c5d1aa7f5a117d406c243b661.camel@cybertec.at
Whole thread Raw
List pgsql-performance
On Sun, 2025-01-26 at 07:14 +0000, Praveen Kumar Mandula wrote:
> For one of our customer, when they are restoring DB, its taking more time.
> In Windows its taking around 43 hours, where as in Linux its taking around 3 hours.

Check if the problem is caused by lame hardware.

Other than that, activate pg_stat_statements and see which statements take
more time on the windows machine.  Investigating those statements could help
solve the mystery.

Yours,
Laurenz Albe



pgsql-performance by date:

Previous
From: Jeremy Schneider
Date:
Subject: Re: Any risk or overhead considerations for frequently executing queries against catalog tables?
Next
From: Feike Steenbergen
Date:
Subject: Re: Unexpected Seq Scan's when using MERGE WHEN NOT MATCHED BY SOURCE