Savepoint and Releasepoint in Logs

From: <e(dot)ratnakar(dot)shetty(at)accenture(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Cc: <daniel(dot)machet(at)accenture(dot)com>
Subject: Savepoint and Releasepoint in Logs
Date: 2016-06-17 15:19:34
Message-ID: 632c061e261d478699e48af2a24363a7@CO2PR4202MB0281.048d.mgd.msft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi ,

I am connecting to PostgreSQL 9.4 via an ODBC driver on Windows machine from MS VBA application. I am facing huge performance issues while inserting data continuously. On analysing the logs , there were around 90000 statements related to Save Points and Release Points.

duration: 2.000 ms
2016-06-17 12:45:02 BST LOG: statement: RELEASE _EXEC_SVP_1018CCF8
2016-06-17 12:45:02 BST LOG: duration: 1.000 ms
2016-06-17 12:45:05 BST LOG: statement: SAVEPOINT _EXEC_SVP_186EB5C8
2016-06-17 12:45:05 BST LOG: duration: 0.000 ms

I am guessing these statements are causing an overhead while inserting records in to the table. Could you please let me know if I need to change any configuration settings to avoid creating any save points as the transaction is handled in the application.

Thanks

Regards,
Eisha Shetty
ACCENTURE | UK-NEWCASTLE
* +44 7741587433
* e(dot)ratnakar(dot)shetty(at)accenture(dot)com<mailto:e(dot)ratnakar(dot)shetty(at)accenture(dot)com>
________________________________
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.Accenture means Accenture (UK) Limited (registered number 4757301), registered in England and Wales with registered address at 30 Fenchurch Street, London EC3M 3BD.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2016-06-17 15:22:08 Re: 9.6 query slower than 9.5.3
Previous Message Adam Brusselback 2016-06-17 15:18:19 Re: 9.6 query slower than 9.5.3