Skip to content

Commit

Permalink
Update configuration.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aheyne authored Nov 9, 2023
1 parent a9df2a2 commit 07317c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/user/hbase/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,18 @@ geomesa.hbase.query.block.caching.enabled

Set whether blocks should be cached for scans, true by default. When true, default settings of the table and
family are used (this will never override caching blocks if the block cache is disabled for that family or entirely).

geomesa.hbase.coprocessor.threads
+++++++++++++++++++++++++++++++++

The number of HBase RPC threads to use per coprocessor query

geomesa.hbase.ranges.max-per-extended-scan
++++++++++++++++++++++++++++++++++++++++++

Max ranges per extended scan. Ranges will be grouped into scans based on this setting.

geomesa.hbase.ranges.max-per-coprocessor-scan
+++++++++++++++++++++++++++++++++++++++++++++

Max ranges per coprocessor scan. Ranges will be grouped into scans based on this setting

0 comments on commit 07317c7

Please sign in to comment.