EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

java.sql.BatchUpdateException: Batch entry 0 INSERT INTO TMPTT2_1 VALUES ('5') was aborted  XML

Forum Index » GridSQL - General
Author Message
neons_s

New member

Joined: 29 Jan 2010 11:10:36
Messages: 2
Offline

Hi GridSQL Team,

I'm encoutering an error when I try to set
xdb.use_load_for_step=false

the query statement is select count(*) from t1;

the error msg is:
java.sql.BatchUpdateException: Batch entry 0 INSERT INTO TMPTT2_1 VALUES ('5') was aborted. Call getNextException to see the cause.
...

when i execute getNextException, the extra msg is:
java.sql.SQLException: ERROR: relation "tmptt2_1" does not exist.

Can you tell me how to solve it.

Thanks.
Andrei_M

Senior member

Joined: 19 Dec 2008 01:37:13
Messages: 116
Offline

Looks like a bug, we will look into this.
Why do you want to set xdb.use_load_for_step=false?
This would significantly decrease performance when running complex queries.

Thanks
Andrei
neons_s

New member

Joined: 29 Jan 2010 11:10:36
Messages: 2
Offline

I appreciate your directions. I set it just for digging.
Mason_S

Senior member

Joined: 1 Apr 2008 09:03:08
Messages: 380
Offline

This probably made its way in as a regression issue because it is so much worse for performance that we don't ever run it with this option anymore, including in our regression tests.

Regards,

Mason
[WWW]
Mason_S

Senior member

Joined: 1 Apr 2008 09:03:08
Messages: 380
Offline

This has been fixed in CVS:

http://forums.enterprisedb.com/posts/list/2158.page
[WWW]
 
Forum Index » GridSQL - General
Go to:   
Powered by JForum 2.1.8 © JForum Team