<p>Ok, cool. Any idea if you can get a list of events, or can you just get the latest state?</p>
<p>Thanks,<br>
Rich</p>
<div class="gmail_quote">On Oct 19, 2012 3:53 AM, &quot;Neil Davies&quot; &lt;<a href="mailto:semanticphilosopher@gmail.com" target="_blank">semanticphilosopher@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

The history is there until you &quot;archive&quot; (move a checkpoint out into a separate directory) it and then delete the archive yourself.<br>
<br>
the checkpointing just reduces the recovery time (i.e creates a fixed point in time), if you were to keep all the checkpoint/archives then you would have the complete history<br>
<br>
Neil<br>
<br>
On 19 Oct 2012, at 06:18, Richard Wallace &lt;<a href="mailto:rwallace@thewallacepack.net" target="_blank">rwallace@thewallacepack.net</a>&gt; wrote:<br>
<br>
&gt; Hey all,<br>
&gt;<br>
&gt; I&#39;ve been looking at acid-state as a possible storage backend for an<br>
&gt; application.  It looks like it fits my needs pretty damn well, but one<br>
&gt; thing that I&#39;m curious about is if it is possible to get a list of<br>
&gt; &quot;update events&quot;.  You can obviously query for the current state, but<br>
&gt; it&#39;s not immediately apparent if you can see the history of your<br>
&gt; values state.  This is useful in some things, like providing audit<br>
&gt; trails and debugging.  As well as being able to re-create state in a<br>
&gt; different form.<br>
&gt;<br>
&gt; I was also curious if the createCheckpoint function eliminates the<br>
&gt; state history or does it just create a snapshot, it&#39;s not apparent<br>
&gt; from the docs.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Rich<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Haskell-Cafe mailing list<br>
&gt; <a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
&gt; <a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br>
</blockquote></div>