Question : select the correct statement 1. Region Size basic element of availability and distribution 2. High Region count (e.g., more than 3000) can impact performance 3. Access Mostly Uused Products by 50000+ Subscribers 4. 1 ,2 and 3 are not correct 5. All 1,2 and 3 are correct
1. It does not. Increasing block size does not improve scan performance. 2. It does not. Increasing block size means that fewer blocks fit into your block cache. This requires HBase to read each block from disk rather than cache for each scan, thereby decreasing scan performance. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Increasing block size means fewer block indexes that need to be read from disk, thereby increasing scan performance.
1. A MultiGet must be issued for rows D, E, F, G, H. 2. The scan class supports ranges via the stop and start rows. 3. Access Mostly Uused Products by 50000+ Subscribers 4. In order to range scan, raw scan mode must be enabled.