The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Enable Join Spill
Hi anyone can tell me how to enable a join spill for a specific query in vertica with example.
Thanks in advance
0
Comments
Place this directly after the statement (DELETE/MERGE/UPDATE/INSERT) ...
/+ set_vertica_options(EE, ENABLE_JOIN_SPILL)/
Don't forget asterisks ! :
/*+set_vertica_options(EE, ENABLE_JOIN_SPILL)*/