The following constants define the maximum and minimum size for the MaxMemIndex and IndexPageSize fields in the ESB_DBSTATE_T structure.
Constant | Definition |
---|---|
ESB_INDEXCACHEMIN_SIZE | Minimum index cache size for the MaxMemIndex field of the ESB_DBSTATE_T structure. Value: 1048576. No maximum value is defined. |
ESB_INDEXPAGEMAX_SIZE | Maximum index page size for the IndexPageSize field of the ESB_DBSTATE_T structure. Value: 8192 |
ESB_INDEXPAGEMIN_SIZE | Minimum index page size for the IndexPageSizeMin field of the ESB_DBSTATE_T structure. Value: 1024 |