public class UnconstrainedJoinException extends RuntimeException
This exception normally indicates a problem with the query plan since a hash join without any join variables will consider the full M x N cross product of the solutions. If that cross product is too large, then the join can become CPU bound and the query will make only very slow progress.
HashJoinAnnotations#NO_JOIN_VARS_LIMIT
,
Serialized FormConstructor and Description |
---|
UnconstrainedJoinException() |
UnconstrainedJoinException(String message) |
UnconstrainedJoinException(String message,
Throwable cause) |
UnconstrainedJoinException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.