Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delete+insert requires incremental_predicates if there's no unique_key
This allows us to perform fine-grained optimizations that does not rely on the unique key. This optimization is important for data warehouses like Redshift, where there is no concept of primary/unique keys and indexes.
- Loading branch information