Hello,
I have question regarding objectdb recovery when objectdb is not finished correctly (power outage).
We are using following configuration:
<recovery enabled="true" sync="false" path="." max="128mb"/> <recording enabled="false" sync="false" path="." mode="write"/>
Is there any possibility of data loss when power outage?
We have some mechanism for creating unique ids and it seems that this unique id was not recovered corretly after unexpected finish. When are the transactions physically written to recovery file (disk)?
Can setting sync=true (for recovery) help with this issue, how will be the performance affected?
Thanks
Marta