Re: [GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Adrian Klaver
star-schema? Joanne -Original Message- From: Melvin Davidson [mailto:melvin6...@gmail.com] Sent: Tuesday, November 10, 2015 11:16 AM To: Jim Nasby Cc: Mammarelli, Joanne T; pgsql-general@postgresql.org Subject: Re: [GENERAL] Slow response if pulling through pgadmin I would also like t

Re: [GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Adrian Klaver
(through an odbc connector) it takes 3 minutes for the data to come back. -Original Message- From: Jim Nasby [mailto:jim.na...@bluetreble.com] Sent: Tuesday, November 10, 2015 11:08 AM To: Mammarelli, Joanne T; pgsql-general@postgresql.org Subject: Re: [GENERAL] Slow response if pulling thr

Re: [GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Melvin Davidson
I would also like to add that I am very suspicious of a table with 80 columns. Offhand, it sounds like poor database design where someone was trying to put all the eggs in one basket (figuratively). Further, what was the exact query? Queries of the form SELECT * will always be inherently slow with

Re: [GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Mammarelli, Joanne T
m Nasby Cc: Mammarelli, Joanne T; pgsql-general@postgresql.org Subject: Re: [GENERAL] Slow response if pulling through pgadmin I would also like to add that I am very suspicious of a table with 80 columns. Offhand, it sounds like poor database design where someone was trying to put all the eggs in

Re: [GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Mammarelli, Joanne T
connector) it takes 3 minutes for the data to come back. -Original Message- From: Jim Nasby [mailto:jim.na...@bluetreble.com] Sent: Tuesday, November 10, 2015 11:08 AM To: Mammarelli, Joanne T; pgsql-general@postgresql.org Subject: Re: [GENERAL] Slow response if pulling through pgadmin O

Re: [GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Jim Nasby
On 11/10/15 9:39 AM, Mammarelli, Joanne T wrote: Hi – same rookie user as before. We have one table 100,000 rows 80 columns When we try to retrieve the data (select * from table) using pgadmin, we get a 193456 ms retrieve time. When I ran a query analyze in the command prompt, we get a 316ms

Re: [GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Adrian Klaver
On 11/10/2015 07:39 AM, Mammarelli, Joanne T wrote: Hi – same rookie user as before. We have one table 100,000 rows 80 columns When we try to retrieve the data (select * from table) using pgadmin, we get a 193456 ms retrieve time. Where is the client(pgAdmin) relative to the server? Where

[GENERAL] Slow response if pulling through pgadmin

2015-11-10 Thread Mammarelli, Joanne T
Hi - same rookie user as before. We have one table 100,000 rows 80 columns When we try to retrieve the data (select * from table) using pgadmin, we get a 193456 ms retrieve time. When I ran a query analyze in the command prompt, we get a 316ms retrieve time. .. and finally. When we retrieve