Glossary updtick

To manage optimistic update concurrency control, Version 7 of the Sage X3 engine introduced a new concept called UpdTick. UpdTick, which means update ticks.

It is an additional numeric column added automatically in any database table at dictionary validation. This column is used to store a revision number on every database line. The syntax to access this property is [abbreviation]UpdTick, where abbreviation is the abbreviation of the table.

The following are the Principles of Management for this column:

The management of UpdTick is implemented through a database trigger that is created on every table. The development partner does not need to manage its value.

When an update operation is managed from a representation, the underlying supervisor code does the following:

To support this function, the Sage X3 engine includes a set of new instructions:

Compared to the techniques used in version 6, this current management mode offers the following advantages: