DAC for MySQL
TMySQLDataSet.Properties.CacheBlobs | Previous Next |
Determines whether BLOB fields are cached in memory.
Syntax:
property CacheBlobs: Boolean;
Description:
Use CacheBlobs to specify whether or not to store BLOB images in memory to improve
performance when scrolling through records that display BLOB images. CacheBlobs is True
by default, meaning that BLOBs are cached in memory. If an application does not need to display the
BLOBs associated with records, then set CacheBlobs to False to conserve system resources.