velox icon indicating copy to clipboard operation
velox copied to clipboard

Move hash table overlap bits check earlier

Open tanjialiang opened this issue 8 months ago • 2 comments

The current check is done after rehash happens in prepareJoinTable. We should let the check happen before that to avoid CPU and time waste and fail early.

tanjialiang avatar Jun 23 '24 07:06 tanjialiang