python - fe: Stop using the Ignition message and Fix B&Es performance

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Stop using the Ignition message and Fix B&Es performance
Date: 2006-02-12 19:24:28
Message-ID: 20060212192428.9EF441033838@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Stop using the Ignition message and Fix B&Es performance issue.

Fix the BindingsAndExecutings performance failures by making the message buffer
large enough for all the B&E messages that would be returned by a transaction
call. This makes the message writer write all 21 or so messages in one write as
opposed to three (10 Bs, 10 Es, and one Flush)

Update tests accordingly.

Modified Files:
--------------
fe/src:
tracenull.py (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.6&r2=1.7)
fe/test:
qio.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/qio.py.diff?r1=1.1.1.1&r2=1.2)
tracenull.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/tracenull.py.diff?r1=1.1.1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-12 19:24:35 pgsql: Update README file.
Previous Message Bruce Momjian 2006-02-12 19:24:24 pgsql: Update README file.