You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should review the data model to remove the reliance of queries to the database to fetch next primary key value. Potential options are to leverage postgres auto-increment type or use unique hash values associated with blocks, extrinsics, events etc.
The text was updated successfully, but these errors were encountered:
We should review the data model to remove the reliance of queries to the database to fetch next primary key value. Potential options are to leverage postgres auto-increment type or use unique hash values associated with blocks, extrinsics, events etc.
The text was updated successfully, but these errors were encountered: