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 Read/Write Request per second best practice

avatar
Master Guru

are there any general guidelines available for how many reads/writes request per region region can handle? The read/write request will obviously include the data volumes per second as well. Looking for general guidelines.

1 ACCEPTED SOLUTION

avatar
Master Collaborator

The requests a region can handle depends on many factors - heap, CPU, number of handlers, etc.

Suggest reading the following:

http://hbase.apache.org/book.html#perf.reading

View solution in original post

1 REPLY 1

avatar
Master Collaborator

The requests a region can handle depends on many factors - heap, CPU, number of handlers, etc.

Suggest reading the following:

http://hbase.apache.org/book.html#perf.reading