I'm aware that failed upserts will cause an increment in auto-incrementing fields, but are there any other considerations to keep in mind when using ON CONFLICT DO NOTHING
when inserting millions of rows continuously?
Will it cause any other type of bloat on the tables if they are lacking any auto-incrementing field?
Is it considered a non-performant technique for large bulk upserts/inserts?