Siebel Connector for Siebel eBusiness Applications > Administration and Error Messages > Performance >

Pagination


Siebel Connector for Siebel eBusiness Applications ships with the following pagination workflows. These workflows require less memory than their non-pagination counterparts.

  • S2S Outbound Process MQ - Pagination for use with the IBM MQSeries transport.
  • S2S Outbound Process MSMQ - Pagination for use with the MSMQ transport.

These workflows require less memory than their non-pagination counterparts because they process queries in smaller batches (100 integration object instances is the default) and because they serialize the sending process.

In contrast, non-pagination workflows query all object instances in a single batch and then send the result in a single, large message.

You should consider using a pagination workflow if:

  • Memory resources are scarce

or

  • A large number of integration object instances will be queried

You use these workflows in the same way as non-pagination workflows.

NOTE:  You can customize the batch size by changing the default value for process property PageSize in the pagination workflow.

Siebel Connector for Siebel eBusiness Applications