Search Postgresql Archives

Re: [EXTERNAL] Re: Inserts and bad performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 28/11/21 17:17, Godfrin, Philippe E wrote:

Right you are sir! I figured that out a few hours ago!

pg

*From:* Ron <ronljohnsonjr@xxxxxxxxx>
*Sent:* Wednesday, November 24, 2021 10:58 PM
*To:* pgsql-general@xxxxxxxxxxxxxxxxxxxx
*Subject:* [EXTERNAL] Re: Inserts and bad performance

On 11/24/21 1:15 PM, Godfrin, Philippe E wrote:

[snip]

    I dropped the unique index , rebuilt the other indexes and no change.


IMNSHO, this is the worst possible approach.  Drop everything *except* the unique index, and then (if possible) sort the input file by the unique key.   That'll increase buffered IO; otherwise, you're bopping all around the filesystem.

Using a bulk loader if possible would increase speeds

--
Angular momentum makes the world go 'round.

Please don't top post!


Cheers,
Gavin






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux