codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

[db] Eliminating duplicate key constraint violations

Open bruntib opened this issue 3 years ago • 0 comments

In concurrent storage of two runs containing the same files leads to duplicate key constraint violation. Some DBMSs can gracefully handle this issue by supporting "ON CONFLICT DO NOTHING" clause at INSERT statement.

bruntib avatar Jul 22 '22 15:07 bruntib