Icon MaxTableIndexBufferSize Property

property MaxTableIndexBufferSize: Integer

Usage

Use the MaxTableIndexBufferSize property to specify the total amount of memory to use for index page buffers in the buffer cache per physical table. This property only applies to locally-opened tables and is ignored for tables opened on a remote database server. Increasing this value will help increase performance at the cost of increased memory consumption per table.

Information This property cannot be set while the engine is active and the TDBISAMEngine Active property is True.
Image