postgresql: Avoid deadlocks by ordering rows before insertion
It's a common issue when concurrently inserting batches which contain the same items in different order; reordering them consistently worked on both the indexer-storage and the provenance-storage, so it should work here too.
Please register or sign in to comment