From: | "Ryohei Takahashi (Fujitsu)" <r(dot)takahashi_2(at)fujitsu(dot)com> |
---|---|
To: | 'Vladlen Popolitov' <v(dot)popolitov(at)postgrespro(dot)ru> |
Cc: | 'Robert Haas' <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | RE: COPY performance on Windows |
Date: | 2024-12-19 13:13:27 |
Message-ID: | TY3PR01MB11891E2FAE6670A98923AF2CF82062@TY3PR01MB11891.jpnprd01.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Ranier Vilela | 2024-12-19 13:21:58 | Re: Can rs_cindex be < 0 for bitmap heap scans? |
Previous Message | Victor Yegorov | 2024-12-19 12:52:32 | Re: Proposal to add a new URL data type. |