IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Apache License 2.0
283 stars 158 forks source link

Possible race condition in create indexes and create unique key #1713

Open kderme opened 1 month ago

kderme commented 1 month ago

It's wiser to split these 2 in different postgres transactions. We haven't verified that this is indeed an issue.