Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Loading Data-Types takes quite long



Hi PgAdmin developers,

I have a question concerning the data-type loading when creating a new
table and adding new columns. On my client-server system it takes quite
long to bring up the "New Column" dialogue.

My guess is that it looks for new data types (e.g. enums, domains,
self-created datatypes, etc.) everytime I bring up this dialogue. On my
setup this can take 10-12 seconds. If I add, say 10-20 new columns this
can be annoying.

Wouldn't it be possible to cache the datatypes pgadmin found instead of
looking for new data types for each new column? Maybe only look for new
types when the new table dialogue comes up - or adding a button to search
for new data types?

What do you think?

Andreas

-- 
Andreas Neumann
http://www.carto.net/neumann/
http://www.svgopen.org/




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group