Use this chart to track the utilization of the Adaptive Server metadata cache for open indexes.
The number of active indexes, the number of free indexes, and the maximum number of indexes used are charted.
When Adaptive Server accesses an index, it has to access information about it in the respective system table: sysindexes. The metadata cache for indexes lets Adaptive Server access that information that describes it in the sysindexes row directly in its in-memory structure. This improves performance because it allows the Adaptive Server to bypass expensive calls that require disk access. It also reduces synchronization and spinlock contention when Adaptive Server has to retrieve index information at runtime.
Managing individual metadata caches for databases, indexes, or objects is beneficial for a database that contains a large number of indexes and objects, and where there is high concurrency among users. For more information about configuring the number of metadata caches, see "number of open databases," "number of open indexes," and "number of open objects."
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center