SetHeteroParam
API definition |
APP_ERROR SetHeteroParam(size_t deviceCapacity, size_t deviceBuffer, size_t hostCapacity); |
|---|---|
Function |
Sets heterogeneous storage policy parameters. |
Input |
size_t deviceCapacity: database capacity (bytes) on the device when the heterogeneous memory policy is used. size_t deviceBuffer: cache capacity (bytes) on the device when the heterogeneous memory policy is used. size_t hostCapacity: database capacity (bytes) on the host when the heterogeneous memory policy is used. |
Output |
N/A |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexTS