Icon MaxTableBlobBufferCount Property

property MaxTableBlobBufferCount: Integer

Usage

Use the MaxTableBlobBufferCount property to specify the maximum number of BLOB block 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