Size Flag Constants

The following constants define the maximum and minimum size for the MaxMemIndex and IndexPageSize fields in the ESB_DBSTATE_T structure.

ConstantDefinition
ESB_INDEXCACHEMIN_SIZEMinimum index cache size for the MaxMemIndex field of the ESB_DBSTATE_T structure. Value: 1048576. No maximum value is defined.
ESB_INDEXPAGEMAX_SIZEMaximum index page size for the IndexPageSize field of the ESB_DBSTATE_T structure. Value: 8192
ESB_INDEXPAGEMIN_SIZEMinimum index page size for the IndexPageSizeMin field of the ESB_DBSTATE_T structure. Value: 1024