StoragePageSize
Specifies the page size to use for Storage API queries.
Data Type
string
Default Value
"10000"
Remarks
When UseStorageApi is enabled and the query being executed can be run on the Storage API, this option controls how many rows the adapter is allowed to buffer on the client.
A higher value will generally make queries faster at the expense of consuming more memory, while lower values will conserve memory but make queries slower.