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

Make storage database per-runtime #2474

Closed
kostko opened this issue Dec 16, 2019 · 1 comment · Fixed by #2494
Closed

Make storage database per-runtime #2474

kostko opened this issue Dec 16, 2019 · 1 comment · Fixed by #2494
Assignees
Labels
c:breaking/consensus Category: breaking consensus changes c:storage Category: storage

Comments

@kostko
Copy link
Member

kostko commented Dec 16, 2019

Currently a single storage database stores data for multiple runtimes which requires namespacing all nodes. After #2463 which introduces a per-runtime data directory we should consider making storage per-runtime as well and remove namespacing within the database.

@kostko kostko added c:storage Category: storage c:breaking/consensus Category: breaking consensus changes labels Dec 16, 2019
@Yawning
Copy link
Contributor

Yawning commented Dec 18, 2019

Should this also apply to the untrusted local storage? Currently only the key manager uses this functionality.

@kostko kostko self-assigned this Dec 20, 2019
@kostko kostko mentioned this issue Dec 20, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:breaking/consensus Category: breaking consensus changes c:storage Category: storage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants