Rollback of several closed transactions

#1

Hello,

we use the ObjectDB as embedded database.

Sometimes we work with big data and we are forced to split a transaction into several transactions.

But then we need actually a rollback for several transactions.

Is there any possibility in the ObjectDB to rollback several closed transactions?

#2

You cannot roll back a committed transaction.

In that case, you may want to consider implementing your own UNDO implementation, i.e. keep information on changes that you may want to discard.

ObjectDB Support

Reply