Description
Huge Read Request are observed for the meta table, while running the scan operation for the user table with filters (SCVF).
User table is a pre splited table of approx 500 regions, and the data is loaded to all the regions.
In our test scenario,
1. Table holds 10 million records across 500 regions.
2. Executed the scan operation with SCVF to fetch 10 records as a result.
3. But observed the more Read requests to the meta table.
Attachments
Issue Links
- relates to
-
HBASE-22434 Improve clear meta cache
- Patch Available