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

Are there plans to store the database on disk? #97

Open
curiosport opened this issue Oct 6, 2023 · 1 comment
Open

Are there plans to store the database on disk? #97

curiosport opened this issue Oct 6, 2023 · 1 comment

Comments

@curiosport
Copy link

I would like column to be persistent, are there plans to do so? if so approximately when will it be ready?

@Dreeseaw
Copy link
Collaborator

Dreeseaw commented Oct 9, 2023

Hello, the project currently supports the ability to snapshot a collection into a file and then restore the file into an in-memory collection. It also supports change-log streaming, which could be used to implement your own custom persistence method (the changes can then be replayed to a collection).

I can't speak fully on behalf of the project, but I do believe that keeping column focused on the in-memory implementation and letting the user implement their own persistence solution via snapshotting and/or change streaming is a good approach for now.

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