Enabling optimistic concurrency control for custom tables
Most WebSphere Commerce tables use optimistic locking for database performance reasons. A similar functionality is provided for the data service layer, called optimistic concurrency control. Optimistic concurrency control can slightly decrease performance but allows for much greater concurrency during heavy database load, because it allows for a reduction in the transaction isolation level, reducing locking.
About this task
Note: Not implementing optimistic locking on custom tables
can result in data corruption when data collision occurs.
To enable optimistic concurrency control for custom tables: