Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The direct HBase API index build should be almost as fast as the native Phoenix index build, but we're seeing a big difference:
100M narrow table (min) | 1B narrow table (min) | 1B wide table (min) | |
Non MR | 10 | 76 | 511 |
HFile MR | 17 | 161 | 1,375 |
Direct HBase APIs | 24 | 84 | 1,450 |
These results are for a 8 node cluster.
Attachments
Attachments
Issue Links
- contains
-
PHOENIX-2261 Front door MR-based index build times out for fully covered index
- Resolved