Valentina Database Core Features In Depth

Record your changes so that you can more easily recover if something goes wrong.

A database journaling system keeps track of changes not yet committed by recording the intentions of such changes in a data structure known as a journal.


Valentina DB Journaling

Valentina DB databases support object properties, and one of those object properties is the Journaled property. A query returns TRUE if this database is Journaled. By default, a database Journaled property is set to TRUE.

You can set this property to FALSE at runtime for an opened database to improve performance by approximately 20%.

Setting Journaled to FALSE (turning off journaling) is not recommended as Valentina DB remains blazingly fast, even when enabled.