Hi folks,
Hi \d is very slow over slow connections. I was asked to VACUUM as user postgres but i think problem is not there. (its still slow for me) I think it is becuase psql sends a series of SQLs to construct the result from the server. This is revealed when we do psql -E. The more the number of feilds in the more are the queries and enven slower the final results come. will it not be a good idea to have the these queries executed on the server side itself instead of psql sending across them one by one over the slow links. This will make \d commands much faster over slow connections. regds Mallah. -- Rajesh Kumar Mallah, Project Manager (Development) Infocom Network Limited, New Delhi phone: +91(11)6152172 (221) (L) ,9811255597 (M) Visit http://www.trade-india.com , India's Leading B2B eMarketplace. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
