Updated: 2024-02-01
OLE DB Property of Rowset and Command — «Memory Usage»
Name:
Memory Usage
Type:
VT_I2
R/W:
R/W
Default:
It derives initialization property rowset__memory_usage
IBProvider:
1, 2, 3, 5
Memory size which can use result set. Allowed values:
Value | Description |
0 | The automatic selection of cache size |
1..99 | No more indicated percent of available memory |
100.. | No more indicated size in KB |
This property defines a size of memory buffer that is used for storing a query result. If query result requires a more memory, provider will use temporary file.
Please note — the internal cache IBProvider is secondary in relation to the cache of the operation system.
See also
- The rowset property rowset_vm_using
- The initialization property rowset__memory_usage
- The initialization property temp_file_dir