setPageSize
API definition |
void setPageSize(uint16_t pageBlockNum); |
|---|---|
Function |
Sets the number of blocks that can be continuously computed at a time during search. |
Input |
uint16_t pageBlockNum: number of blocks that can be continuously computed at a time. If this parameter is not set, 16 blocks are continuously computed at a time by default. The size of a block storage vector is determined by blockSize in AscendIndexInt8FlatConfig. A larger value indicates that more memory is occupied during search. |
Output |
N/A |
Return value |
N/A |
Restrictions |
|
Parent topic: AscendIndexInt8Flat