Join inner did not fit in memory
Hello, Configuration: Vertica 4 machines Cluster Linux redhat 5.9, 16cpu's x 16GB Tomcat linux - apps server 2x2 setup: set_vertica_options('EE','ENABLE_JOIN_SPILL'); SET_CONFIG_PARAMETER('MergeJoinInnerInitialMB',64); SET_CONFIG_PARAMETER('MinSortMergeJoinMB',512); -- SET_CONFIG_PARAMETER('GlobalSessionProfiling',1); SET_CONFIG_PARAMETER('GlobalQueryProfiling',1); SET_CONFIG_PARAMETER('GlobalEEProfiling',1); I am running a test where 10 tenants (each tenant represent schema) are simultaneously running ETL's that include 20 steps. Also, the ETL's are running in their own resource POOL: EXECUTIONPARALLELISM AUTO PLANNEDCONCURRENCY 12 MAXCONCURRENCY 50 MEMORYSIZE '2G' MAXMEMORYSIZE '8G' priority 65 RUNTIMEPRIORITY HIGH Lots of the ETL queries are failing with: error code 8389, Join inner did not fit in memory... here an example: Join inner did not fit in memory [(tnt_0004_stg.SM_PROM_LOCATION_ext_src_key x tnt_0004_stg.SM_PROM_LOCATION_ext_src_key) using SM_PROM_LOCATION_ext_src_key_super and subquery (PATH ID: 3)] can you please advice.
0
Comments