Show TOC

Function documentationMemory Management Locate this document in the navigation structure

 

You can define memory settings to control the size and format of queries generated using Logic. You can choose from the following memory settings:

  • Small

  • Medium

  • Large

The size of the query is only relevant when you are auditing logic execution by generating a debug file. In all other cases, select Large for faster execution. You can select smaller query sizes if large queries consume excessive system resources. The size of the query has no impact on the results of the logic calculations. The max members field allows you to restrict the number of members to process in a query. If the number is exceeded, the system divides the query into multiple smaller queries. The default value for this field is: ENTITY=1. This field corresponds to the XDIM_MAXMEMBERS instruction available in the logic script.

Use the following syntax:

{dimension} = {number of members}[,{dimension} = {number of members}]