Skip to content
Snippets Groups Projects
Commit 744e859f authored by Connor McCoy's avatar Connor McCoy
Browse files

[hbase] Use a PageFilter in HBase scans.

Other bindings limit the number of results retrieved from the server.
The HBase bindings just close the scanner once they have received the
desired number of records. Adding a PageFilter matches the behavior of
other bindings, and may improve performance.
parent 4aede920
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment