isolation check takes a long time

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: isolation check takes a long time
Date: 2012-07-13 20:05:37
Message-ID: 50007F91.8090508@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Why does the isolation check take such a long time? On some of my slower
buildfarm members I am thinking of disabling it because it takes so
long. This single test typically takes longer than a full serial
standard regression test. Is there any way we could make it faster?

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2012-07-13 20:32:26 Re: [PATCH] lock_timeout and common SIGALRM framework
Previous Message Tom Lane 2012-07-13 20:01:55 Re: Support for XLogRecPtr in expand_fmt_string?