ExclusiveLock on PostgreSQL - Fabio Mendonça - Mailing list pgsql-hackers

From Fabio Oliveira De Mendonca
Subject ExclusiveLock on PostgreSQL - Fabio Mendonça
Date
Msg-id BLUPR80MB126757AEB1564AC0F399F936D8210@BLUPR80MB1267.lamprd80.prod.outlook.com
Whole thread Raw
Responses Re: [HACKERS] ExclusiveLock on PostgreSQL - Fabio Mendonça  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

Hi friends,


I'm Fabio Mendonça (Brazil) and I initiated a work with PostgreSQL, I work with Oracle , DB2 , Sybase and Informix , but PostgreSQL is a sweet experience.


In this moment I'm looking any help, because the articles that I've found  not solve the problem.

The Cenario:

I 've a process with 600.000 rows, for insert on table "A" with 130 columns and I'm received  the "Exclusivelock"   error message, making lost some  rows during transaction.  The insert of transaction occurs on each  2 min. and for each 1 min, a second process read the table "A" (with Join Table "C" using  PK ) to make a insert on a table  ("B") . Well ,  I did think create a partitions on table "A",  but I don't believe get a correcting in the problem ( "Exclusivelock" ).


I'm reading the your conversation about WAL performance and if I understood
, your sugestion was separed the WAL archives between fisical disks .

Please could  you confirm this solution or exist another form to resolve the   "Exclusivelock" ? .  


I appreciate any sugestion.


Thanks .

(sorry my english, cause I'm student on language)


Fabio Mendonça.

System Analist

BRQ (CAIXA FEDERAL )

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: onlyvalue aggregate (was: First Aggregate Funtion?)
Next
From: "David G. Johnston"
Date:
Subject: Re: onlyvalue aggregate (was: First Aggregate Funtion?)