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?