Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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