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

Snapshot of canister data #64

Open
harshita-srivastava-yral opened this issue Sep 9, 2024 · 0 comments
Open

Snapshot of canister data #64

harshita-srivastava-yral opened this issue Sep 9, 2024 · 0 comments
Assignees

Comments

@harshita-srivastava-yral
Copy link

harshita-srivastava-yral commented Sep 9, 2024

Dfinity enabled native canister snapshots. Enabling snapshot download is still not going to be available.
Can

  • our implementation can take snapshots of arbitrary canister size?
    yes, but only for individual canisters is implemented so far

  • require us to do differential things to support stable/heap memory?
    no work has been done on this yet. needs discussion

  • support any kind of arbitrary nested data structures that we support?
    yes. all we are doing is serialising into JSON and back

Image
Image

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