Size Flag Constants (C)

The following constants define the maximum and minimum size for the MaxMemIndex and IndexPageSize fields of the ESS_DBSTATE_T structure.

ConstantDefinition
ESS_INDEXCACHEMIN_SIZEMinimum index cache size for the MaxMemIndex field of the ESS_DBSTATE_T structure. Value: 1048576. No maximum value is defined.
ESS_INDEXPAGEMAX_SIZEMaximum index page size for the IndexPageSize field of the ESS_DBSTATE_T structure. Value: 8192
ESS_INDEXPAGEMIN_SIZEMinimum index page size for the IndexPageSizeMin field of the ESS_DBSTATE_T structure. Value: 1024