SVN Commit by mha: r7475 - trunk/pgadmin3/pgadmin/schema - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by mha: r7475 - trunk/pgadmin3/pgadmin/schema
Date
Msg-id 200809180912.m8I9CpgD012848@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: mha

Date: 2008-09-18 10:12:51 +0100 (Thu, 18 Sep 2008)

New Revision: 7475

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7475&view=rev

Log:
Don't run a separate query for the database description for each database,
instead fold it into the main query.

Also, don't refresh the default schema until actually connecting to the
database - previous code ran it in the maintenance database once for each
database in the system, and then again in the actual database after
connection.

Fixes a large performance regression on systems with a very large number
of databases.



Modified:
   trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Dialogue issue
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by mha: r7476 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/schema