You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/05/03 08:59:00 UTC

[jira] [Comment Edited] (PHOENIX-6907) Explain Plan should output region locations with servers

    [ https://issues.apache.org/jira/browse/PHOENIX-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718850#comment-17718850 ] 

Istvan Toth edited comment on PHOENIX-6907 at 5/3/23 8:58 AM:
--------------------------------------------------------------

That's right, I am not aware of any other docs than the website.
You can also add this information to the release note field, hopefully some users are reading those :)


was (Author: stoty):
That's right, I am not aware of any other docs than the website.
You can also add this information to the release note field, hopefully some user are reading those :)

> Explain Plan should output region locations with servers
> --------------------------------------------------------
>
>                 Key: PHOENIX-6907
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6907
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Viraj Jasani
>            Assignee: Viraj Jasani
>            Priority: Major
>             Fix For: 5.2.0, 5.1.4
>
>
> As of today, explain plan provides details related to scan key range size, size of the scan lists (for parallel scans), hints, client/server sorted by, order by, server filter etc. It provides as much close details to the physical plans as possible.
> If we could also make explain plan output to include region locations that also contains regionserver details on which the region is currently residing, this might turn out to be really good insights. For full table scans, this also means that we would end up including very higher number of region locations and it would not be ideal to print all of them in the output. We can enforce a limit on the num of region locations to print (default value could be 10 or so). For point lookup and range scans, we can find the region locations with regionserver as quite useful for the real time analysis of slowness experienced by the given query.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)