Operational considerations for Jira Reader
The following guidance and metrics can help you deploy and operate Jira integrations in Striim.
Metrics monitored by the Jira Reader
Metric | Description |
|---|---|
Number of deletes | Number of delete operations |
Number of DDLs | Number of data definition language operations |
Number of PKUpdates | Number of primary key update operations |
Number of updates | Number of update operations |
Number of inserts | Number of insert operations |
Jira Reader limitations
The Jira Reader does not capture DELETE events.
Records for objects that do not support incremental load are synced at every poll, which can create duplicate records. To avoid this, enable Merge mode for the targets of data streams likely to contain records from such objects.
When Striim cannot determine the time of last update for an object, records for that object are duplicated at the target at every poll (for example, if the object lacks a suitable incremental marker).
If the
Idcolumn is of String datatype in some tables, a full re-sync will be done at every poll.