Looking into snapshotting the statemachine I had a few questions 1. When is the takeSnapshot in the StateMachine function invoked and by whom?
2. Does the snapshot need to be in a single file returned by storage.getSnapshotFile ? If my DB has 5 files I have to merge them into one or something? Any compression done? 3. Is the log truncated after the snapshot? Is that automatic? Any frequency configuration required to be set? 4. When I backup my DB - what parts of the snapshot should I backup alongside my own DB files? Thank you again for your help
