Skip to content

Conversation

dyemanov
Copy link
Member

@dyemanov dyemanov commented May 7, 2025

Soluation for #7769.

Skip NULLs keys at the evaluation time and do not put appropriate records into the hash table (for hash joins) or into external sort blocks (for merge joins).

Also implement (optional) flag-less sort keys, this often saves 25-50% of the key length inside the sort record.

…missing flags in sort keys if NULL keys are explicitly asked to be ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not write data to hash table or do not sort (merge join) if join keys are NULL
1 participant