Updated: 2024-02-01
Data Source Initialization OLE DB Property — «rowset__memory_usage»
Name:
rowset__memory_usage
Type:
VT_I4
R/W:
R/W
Default:
0
IBProvider:
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 initialization property temp_file_dir
- The initialization property rowset_vm_using
- The rowset property Memory Usage