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
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
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)*/