Github user aertoria commented on the issue:

    https://github.com/apache/phoenix/pull/262
  
    Commit 0507d4f change list:
    1, explain plan a new way (Thanks for the suggestion)
    2, squash previous four commit into one
    3, revise all commit message to start with PHOENIX-153+space 
    
    
    preview on a Single select
    `CLIENT 3-CHUNK 30 ROWS 2370 BYTES PARALLEL 1-WAY 0.2-SAMPLED ROUND ROBIN 
FULL SCAN OVER PERSON`
    
    on a Join select
    ```
    CLIENT 1-CHUNK 0 ROWS 0 BYTES PARALLEL 1-WAY 0.65-SAMPLED ROUND ROBIN FULL 
SCAN OVER INX_ADDRESS_PERSON
        SERVER FILTER BY FIRST KEY ONLY
        PARALLEL INNER-JOIN TABLE 0
            CLIENT 1-CHUNK 1 ROWS 32 BYTES PARALLEL 1-WAY 0.15-SAMPLED ROUND 
ROBIN FULL SCAN OVER US_POPULATION
        DYNAMIC SERVER FILTER BY TO_CHAR("INX_ADDRESS_PERSON.0:ADDRESS") IN 
(US_POPULATION.STATE)
    ```
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to