Hi
Do eventstore guarantee that stored events are noe changed? Is it possible to access the stored data and change it?
Idar
There is a checksum on every chunk and a rolling checksum (md5). The new version of chunks has checksum per block
Thanks, good to know.