codechecker
codechecker copied to clipboard
[db] Eliminating duplicate key constraint violations
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.