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

[Feature] Launch Clio from snapshot #1787

Open
cindyyan317 opened this issue Dec 17, 2024 · 0 comments
Open

[Feature] Launch Clio from snapshot #1787

cindyyan317 opened this issue Dec 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cindyyan317
Copy link
Collaborator

Summary

Starting a full history data server is currently a challenging and time-consuming process, as it requires connecting to a P2P node to sync all the historical data. This can take significant time and resources, particularly when the data volume is large.

Solution

Implement a snapshot solution that allows the data server to launch directly against a pre-generated snapshot. Instead of relying on P2P synchronization, the server can load the snapshot to bootstrap its state quickly and efficiently.
Create a snapshot generation process that periodically takes a snapshot of the server's current state.
Provide tooling or documentation to download and validate snapshots.
Allow the server to recognize and load a snapshot at launch

Paths Not Taken

Export data from database

@cindyyan317 cindyyan317 added the enhancement New feature or request label Dec 17, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Clio Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant