Adjust query page size

The Landmark Transaction node has a paging option called Page Size. Paging breaks large record sets into smaller pages and multiple queries. Multiple queries take more time and cause lower performance. If you set the paging to greater than 30, the system will treat the query as a batch Async transaction. This will also cause a bottleneck, since it is managed by the Landmark Async engine which may be busy with other requests. Depending on the size and number of records in the result set, you may find better performance in keeping the page size at 30 or under for this node.

Note: 

Test the performance of different settings to determine the optimal setting.