Page 1 of 1

SQLState: 53200

Posted: Fri Oct 12, 2012 10:49 am
by shaili
Hi,

Can anyone provide me the resolution for the below mentioned error message:

Error: ERROR: Join inner did not fit in memory ((public.STG_Biz_Imr4_Distinct x OPERATIONS.FA_CHAT_PRE_CONNECT) using STG_Biz_Imr4_Distinct_proj and subquery (PATH ID: 1))
SQLState: 53200
ErrorCode: 0

Please note while running the same query on different server I am not getting any error message.

Regards,
Shaili
sbathwal@infocepts.com

Re: SQLState: 53200

Posted: Fri Oct 12, 2012 2:43 pm
by scutter
Is the explain plan the same on both systems? Specifically, do they both have up to date statistics and both have the same relation chosen for the inner? Does the amount of memory on the clusters differ?

Re: SQLState: 53200

Posted: Fri Oct 12, 2012 2:51 pm
by shaili
Hi Sharon,

Thanks for your quick response.

As we are new to Vertica could you please let me know where can I check these details in Vertica?

Regards,
Shaili
Sbathwal@infocepts.com

Re: SQLState: 53200

Posted: Fri Oct 12, 2012 3:40 pm
by JimKnicely
Hi,

FYI, this post discusses the same error:

viewtopic.php?f=3&t=437&start=10

Re: SQLState: 53200

Posted: Tue Oct 30, 2012 12:28 pm
by JimKnicely
shaili,

Are you still having an issue? You can run the select analyze_statistics(''); command in vsql to update your statistics.

Thanks!