Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.7.0
-
None
-
None
-
Phoenix 4.7.0-RC4, HBase-0.98.17 on a 8 node cluster
Description
With 1MB guidepost width for ~900GB/500M rows table. Queries with short scan range gets significantly slower.
Without stats:
select * from T limit 10; // query execution time <100 msec
With stats:
select * from T limit 10; // query execution time >20 seconds
Explain plan: CLIENT 876085-CHUNK 476569382 ROWS 876060986727 BYTES SERIAL 1-WAY FULL SCAN OVER T SERVER 10 ROW LIMIT CLIENT 10 ROW LIMIT
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-3043 Tune table options for SYSTEM.STATS
- Closed
- relates to
-
PHOENIX-3040 Don't use guideposts for executing queries serially
- Closed