TDV Adapter for Apache HBase

Build 22.0.8462

ScannerCaching

Specify a scanner cache that will be filled before the Scan result is returned, setting setCaching to the number of rows to cache before returning the result. By default, the caching setting on the table is used. The goal is to balance IO and network load.

Data Type

string

Default Value

"0"

Remarks

It means there is no cache for the scanner if it is less than or equal to 0. A suitable cache value can improve query efficiency, but it can also introduce additional memory usage.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462