Enable Statement Caching
This option indicates whether statement caching is enabled or not.
- Enabled (
true
): The connector caches statements, increasing performance for parsing the same statements multiple times in the same connection. Be aware that the connector uses more memory when statement caching is enabled. - Disabled (
false
): The connector does not cache statements. When statement caching is disabled, the connector uses less memory.
The default size of the cache is 20 statements. For more information about the cache size, see Statement Cache Size.
Key Name | Default Value | Required |
---|---|---|
|
|
No |