Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
HBase Read/Write Request per second best practice
Labels:
- Labels:
-
Apache HBase
Master Guru
Created ‎05-10-2016 04:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Master Collaborator
Created ‎05-12-2016 04:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The requests a region can handle depends on many factors - heap, CPU, number of handlers, etc.
Suggest reading the following:
1 REPLY 1
Master Collaborator
Created ‎05-12-2016 04:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The requests a region can handle depends on many factors - heap, CPU, number of handlers, etc.
Suggest reading the following:
