Skip to content

[FEATURE] Use anti-joins for incremental updates #258

@nando-dirks

Description

@nando-dirks

Is your feature request related to a problem? Please describe.
Kind of, we have been noticing some queries slowing down on larger incremental tables, which seem to be running faster when using a anti-join instead of a left join + where statement in databricks

Describe the solution you'd like
Use anti-join instead of left join + where key is null

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

AB#5703

Metadata

Metadata

Assignees

Labels

featureThis is is requesting a new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions