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