Reset numbering of events on stream

Hello

We have the use case where we want to reset our Event Store. We want to keep the streams so we update the metadata maxAge to a low value and call scavenge.

This works perfectly, the streams are empty but when a new event is saved to the stream its event number is not 0 but keeps counting from the value before the scavenge.

Is it possible to have it start from 0 again?

Thanks

Maarten

No because that would break the entire caching model.