Andrew Kyle Purtell created PHOENIX-7882:
--------------------------------------------
Summary: Implement per scan EXPLAIN output improvements
Key: PHOENIX-7882
URL: https://issues.apache.org/jira/browse/PHOENIX-7882
Project: Phoenix
Issue Type: Sub-task
Affects Versions: PHOENIX-7876-feature
Reporter: Andrew Kyle Purtell
Assignee: Andrew Kyle Purtell
Per-scan {{INDEX <name> [<kind>]}}, {{SALT BUCKETS <n>}}, {{REGIONS PLANNED
<n>}}.
{{ExplainTable.explain(...)}} emits {{INDEX}} before {{ROW TIMESTAMP FILTER}}
with a {{<kind>}} token ({{LOCAL}}, {{GLOBAL}}, {{UNCOVERED GLOBAL}} when the
target is an {{INDEX}}, {{SALT BUCKETS}} when {{getBucketNum()}} is set, and
{{REGIONS PLANNED}} from the split count.
Adds {{getSplitCount()}} to {{BaseResultIterators}} and {{indexName}},
{{indexKind}}, {{saltBuckets}}, {{regionsPlanned}} to {{ExplainPlanAttributes}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)