-
Notifications
You must be signed in to change notification settings - Fork 18
Optimised db sync config #24
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
base: main
Are you sure you want to change the base?
Conversation
|
New Issues (10)Checkmarx found the following issues in this Pull Request
Fixed Issues (11)Great job! The following issues were fixed in this Pull Request
|
|
Having synced db-sync from scratch using the partner chains settings, the following error occurs on start up against testnet-02: It seems the settings partner chains has provided are necessary but not sufficient. |
|
Plutus was required (not a big surprise that one). With plutus added for preview it might shave half a gb off storage, but not a big difference. |
|
I'm going to close this as there's not been any significant advantage to this bespoke configuration. |
|
There's some suggestions by PC that this might lead to improved performance for the queries that midnight-node makes on db-sync. |


Trial of settings to fix #15
Also sources cardano config files as git submodule rather than taking a copy of them.
Also adds cardano healthcheck
(Note, this builds on #23 - please land / review that first.)