Timestamp detection
Compared to Pacemaker Community Edition, the Pacemaker Professional Edition contains a
timestamp detection feature.
This feature detects if the entity has changed since the last import based on the date in the
updated_at column.
Configuration
-
The timestamp detection feature has no additional configuration options
-
The
change-setdetection configuration gets used to query whether theupdated_atdate has changed since the last import; If any, when processing the primary row and rows of memory views, this gets skipped
| Option | Default | Description | ||||||
|---|---|---|---|---|---|---|---|---|
|
Activate/deactivate the Timestamp detection
|
Console
The Timestamp detection can get enabled by calling the corresponding import command.
Example
- To activate the Timestamp detection, add the additional parameter
--use-timestamp=trueto the CLI command when calling the import:
vendor/bin/import-pro import:products --cache-enabled=true --use-timestamp=true