RE: COPY performance on Windows - Mailing list pgsql-hackers

From Ryohei Takahashi (Fujitsu)
Subject RE: COPY performance on Windows
Date
Msg-id TY3PR01MB11891E2FAE6670A98923AF2CF82062@TY3PR01MB11891.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: COPY performance on Windows  (Vladlen Popolitov <v.popolitov@postgrespro.ru>)
Responses Re: COPY performance on Windows
List pgsql-hackers
Hi 


Thank you for your advice and testing.

> I think, it could be checked, if table has text fields instead of 
> numeric - we could exclude numeric conversion
> and have the same input-output operations (really more IO-operation, but 
> we need to compare)

I changed the column from int to text.
The performance becomes worse in each version,
but the rate of the difference of duration did not change.


> By the way, do you use prebuild Postgres versions for this test or
> build it by yourself with the same options? I am going to use built 
> myself.

In the mail in 2024-12-16 12:09:03, I used the modules which I build by myself.
In the other mail, I used the modules which community provides at following.
https://www.postgresql.org/download/windows/


> Could you confirm, that you receive you results on all execution orders 
> (17.0 first and 17.0 last)?

In my environment, the results do not depend on order.
(The performance of the order 16.4, 16.6, 17.0 is same as that of the order 17.0, 16.6, 16.4)


Regards,
Ryohei Takahashi

pgsql-hackers by date:

Previous
From: Victor Yegorov
Date:
Subject: Re: Proposal to add a new URL data type.
Next
From: Ranier Vilela
Date:
Subject: Re: Can rs_cindex be < 0 for bitmap heap scans?