Icon SQLStmtCacheSize Property

property SQLStmtCacheSize: Integer

Usage

Use the SQLStmtCacheSize property to specify how many SQL statements can be cached in memory for the duration of the session. Caching SQL statements improves the performance of ElevateDB by avoiding very expensive preparation/un-preparation cycles. The default value is 0, which means that SQL statements will not be cached for the session.

Information The maximum number of open SQL statements per connection is 2048, so you should not set the statement cache size that high. Also, the SQL statement cache size is a per-open-database setting.
Image