Was this helpful?
Disable MVCC
By default, MVCC is enabled for all existing and newly created databases.
To disable MVCC for a database, issue the following command:
alterdb -disable_mvcc
Requests for MVCC lock levels are rejected the next time the database is opened.
To re-enable MVCC for a database, issue the following command:
alterdb -enable_mvcc
Last modified date: 11/28/2023