Hi, Please note the data store can be shared by multiple *processes* (multiple distinct repositories and multiple cluster nodes).
Keeping a separate log is problematic, as accessing the separate log would need to be synchronized somehow. Keeping the list in memory is even more problematic (not to mention memory usage). Regards, Thomas
