Icon MaxTableDataBufferCount Property

property MaxTableDataBufferCount: Integer

Usage

Use the MaxTableDataBufferCount property to specify the maximum number of record buffers to allow 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