Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HBase & Phoenix Query Server Tuning properties.

avatar

Hi,

I'm doing POC on HBase and Phoenix Query Server for next project. We would like to tune both the services for the best outcome for operations on 100million records. Right now we are using most of the default parameters which come with Hortonworks installation.

Can anyone provide the best set of tuning properties operations on 100million records?

Any help is highly appreciated and thanks in advance.

1 ACCEPTED SOLUTION

avatar
2 REPLIES 2

avatar

avatar
Super Guru

Some extra thoughts on top of Rajeshbabu's reply:

1. Increase the heapsize of the Phoenix Query Server via the PHOENIX_QUERYSERVER_OPTS variable hbase-env.sh

2. For writing data, make sure the addBatch() and executeBatch() API calls are used for the best performance