Skip to content

Conversation

@jayaramcs
Copy link
Member

The design of tsk_host_addresses table accounts for unique constraints on tsk_host_addresses_address_type_address_key

Insert attempts to this table does not need to trigger an exception processing flow in the pg db layer. It can be ignored safely. Adding ON CONFLICT DO NOTHING pattern for improved performance.

The design of tsk_host_addresses table accounts for unique
constraints on tsk_host_addresses_address_type_address_key

Insert attempts to this table does not need to trigger an
exception processing flow in the pg db layer. It can be
ignored safely. Adding ON CONFLICT DO NOTHING pattern for
improved performance.
@jayaramcs jayaramcs requested a review from APriestman December 9, 2025 15:49
@jayaramcs jayaramcs merged commit 90990d1 into develop-4.14 Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants