column icon indicating copy to clipboard operation
column copied to clipboard

Are there plans to store the database on disk?

Open curiosport opened this issue 2 years ago • 1 comments

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

curiosport avatar Oct 06 '23 12:10 curiosport

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.

Dreeseaw avatar Oct 09 '23 14:10 Dreeseaw