Ticket #165 (new task)

Opened 3 years ago

Last modified 2 years ago

hbaseindex: allow to set scanner cache size

Reported by: bruno Owned by: bruno
Priority: major Milestone:
Component: HBase-index Version:
Keywords: performance Cc: lily-developers@…

Description

Querying hbase indexes can probably be sped up by setting a cache size larger than 1 for the scanners.

Need to think about whether we can use a reasonable default (like 100 or so). Or maybe this should be an per-index setting.

This can also be set globally using hbase.client.scanner.caching

Change History

comment:1 Changed 2 years ago by evert

  • Milestone set to 0.3

comment:2 Changed 2 years ago by bruno

  • Milestone 0.3 deleted

This has been changed to use a default scanner size of 30. Making this configurable on the level of index and individual query still to do. Unassigning from 0.3.

Note: See TracTickets for help on using tickets.