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

Separate ledger db tables for nodes #1619

Open
ercecan opened this issue Dec 18, 2024 · 0 comments
Open

Separate ledger db tables for nodes #1619

ercecan opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@ercecan
Copy link
Member

ercecan commented Dec 18, 2024

Right now all of our nodes have the same ledger db tables even if they never ever use them, so when implementing migration for a table name change for example for prover
VerifiedProofs -> VerifiedBatchProofs
We need to implement this migration for every node, which does not make any sense at all. Instead I propose all nodes have their own tables.
There can still be common tables of course, but other than that the node should have their tables as extra

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

1 participant