[ADMIN] Help with Error

2009-09-21 Thread abhishekgautam009
Hi , I guess this is not Postgres.Is it Greenplum ? Check for max connections on master and corresponding all nodes. Max connections at nodes has to 4-5 times the max on master. BTW are you using simple "create as select * from table " or anything else Abhi

Re: [ADMIN] Help with Error

2009-09-20 Thread abhishekgautam009
Hi , I guess this is not Postgres.Is it Greenplum ? Check for max connections on master and corresponding all nodes. Max connections at nodes has to 4-5 times the max on master. BTW are you using simple "create as select * from table " or anything else Abhi

Re: [ADMIN] Help with Error

2009-09-19 Thread Tom Lane
John P Weatherman writes: > I am intermittently seeing a job fail with: > ERROR: Too many updates/deletes within transaction. Reader gang not able > to provide correct visibility (combocid.c:270) (seg1 slice1 sdw1:50002 > pid=15588) > SQL state: XX000 A bit of searching of the archives would've

[ADMIN] Help with Error

2009-09-19 Thread John P Weatherman
All, I am intermittently seeing a job fail with: ERROR: Too many updates/deletes within transaction. Reader gang not able to provide correct visibility (combocid.c:270) (seg1 slice1 sdw1:50002 pid=15588) SQL state: XX000 Does anyone have any ideas what this really means? So far, waiting until

Re: [ADMIN] Help with error message

2002-10-25 Thread Tom Lane
"JOE" <[EMAIL PROTECTED]> writes: > During our load testing we saw the errors below. I believe that the "Sorry= > , too many clients already" is because we exceeding the max connections to = > the database. Check. > The "Socket command type ' unknown" error I do not understand. The most likely

[ADMIN] Help with error message

2002-10-25 Thread JOE
During our load testing we saw the errors below.  I believe that the "Sorry, too many clients already" is because we exceeding the max connections to the database.  The "Socket command type 'unknown" error I do not understand.   Our installation is postgres 7.2.1 on Solaris 8 sun server.  T