Configuring the CQRS pausing

Important

This evolution requires enabling the following feature flag: Portail admin Domain > Pause Cqrs Label.

A CQRS table is a copy of an existing database table. It contains less information, allows you to read easily its data in some cases, such as, when starting a search.

Importing data to these tables, when creating or modifying multiple objects at the same time, can saturate the system and causes performance issues for the users.

The:

  • CQRS Assignment table contains all information related to the project (phases, sub-phases, tasks, customers of the project, etc).
  • CQRS Employee table contains all information related to the employees.

The CQRS Pause menu allows you to put temporarily on hold the CQRS Assignment and/or Emplyees tables imports.

The pausing of the CQRS tables is configured from the Administration console > Configuration > CQRS Pause.