Icon NoKeyStatistics Property

property NoKeyStatistics: Boolean

Usage

Use the NoKeyStatistics property to set whether index statistics will be used for the index definition. Under most circumstances you should leave this property set to the default of False. Not using the index statistics is only useful for very large tables where insert/update/delete performance is very important, and where it is acceptable to not have logical record numbers or statistics for optimizing filters and queries.
Image