Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review data model - Primary key refactor #167

Open
frisitano opened this issue Feb 7, 2022 · 0 comments
Open

Review data model - Primary key refactor #167

frisitano opened this issue Feb 7, 2022 · 0 comments

Comments

@frisitano
Copy link
Member

frisitano commented Feb 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@frisitano and others