Skip to content

Recommended way to handle uniqueness constraints? #116

@marco-alban-atomic

Description

@marco-alban-atomic

We have some data that has uniqueness constraints for a particular set of attributes for one day.

For example (for attribute=X, day=Y) we ensure only a single data point exists.

When using this parallel copy, we'd like to do something like ON CONFLICT do nothing or similar. Is there a recommended way in which we could handle this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions