Processed Records

Each record processed by TIBCO Scribe® Online impacts performance. To successfully manage the number of records your Organization processes, it is important to know how TIBCO Scribe® Online counts processed records and how to reduce the number of records processed.

Processed Records

TIBCO Scribe® Online includes a record in the processed records total if it meets any of the following criteria:

Reducing Processed Records

Note: Batch processing does not reduce the number of processed records. See Batch Processing.

To reduce the number of processed records try some of the following options:

RS Solutions

RS Solutions are filtered by Last Modified Date. If a Source entity does not have a datetime field to use as the Last Modified Date, all records in that entity are processed each time the RS Solution executes.

IS And MS Solutions

Parent/Child Relationship Record Counts

Joined records do not count towards total records processed. Records are counted differently based on whether you use a Child Join or a Parent Join.

Child Join

Assume that for each Account record, there are 10 Contact records.

If you process 100 Account records, each with 10 Contact records, total records processed for the job is 100. However, total records added to the target is 1100, or 100 Account records and 1000 Contact records.

Parent Join

Assume that for each Contact record, there is 1 Account record.

If you process 100 Contact records, each with 1 Account record, your total record count for the job is 100. However, total records added to the target is 200, or 100 Contact records and 100 Account records.

Related Topics

Managing Organizations