just a quick question about recovery. When a snapshot 006.snap is made, are the logs up to and including 006.log required anymore? I will be trying to write a little clean up process to limit the amount of old snaps/logs
No they are not, unless you want to replicate the logs in a database, in other words, unless when you are using the executeSQL method of your commands. Most of the times you can just delete the old logs before the last snapshot. A cleanup utility will be very handy.
Ok thanks for the clarification, im in the middle of using this package to provide fast reliable persistence to a few objects I have in case of a crash. I will be implementing a clean up mechanism that will be probably configurable on object instantiation. Some spaces may contain over 500 mb, so it would be critical to have space control.