data snapshot at a certain point of time is going to be considered?
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
Hi,
I am designing an application that data in Scalaris can be stored on disk by
snapshot at a certain point of time periodically. But I don't know if this idea
is possible. As I know, the latest version of Scalaris does not provide such
convenience.
So, whether the data snapshot is going be considered or not is what I'm eager to know, and I think this function would be important for Scalaris in many applications in the future. I would be very appreciate if you have any suggestions of how to snapshot data in the cluster.
Thanks.
Original issue reported on code.google.com by suleed....@gmail.com
on 22 Sep 2011 at 1:23
GoogleCodeExporter commented
Snapshot support is also on our agenda. It is possible, but far from trivial.
We already have some ideas how to do that, but it will still take a while.
Original comment by schin...@gmail.com
on 22 Sep 2011 at 8:53
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
GoogleCodeExporter commented
Our latest release 0.6.0 contains experimental support for snapshots.
api_tx:get_system_snapshot/0 exposes this to the user. Note that the whole
snapshot needs to fit in memory though.
Original comment by nico.kru...@googlemail.com
on 20 Aug 2013 at 9:14
- Changed state: Fixed