[jira] [Commented] (CALCITE-4013) Remove traitset derivation when creating logical operators

2024-02-09 Thread TJ Banghart (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17816248#comment-17816248
 ] 

TJ Banghart commented on CALCITE-4013:
--

Hey [~Aron.tao] any update on this? If not I'd be happy to give it a go. That 
is, if the ticket is still relevant.  

> Remove traitset derivation when creating logical operators
> --
>
> Key: CALCITE-4013
> URL: https://issues.apache.org/jira/browse/CALCITE-4013
> Project: Calcite
>  Issue Type: Improvement
>  Components: core
>Reporter: Haisheng Yuan
>Assignee: Jiatao Tao
>Priority: Major
> Attachments: image-2020-06-12-08-46-26-846.png
>
>
> Profiler shows traitset derivation accounts for 65% of the total runtime of 
> LoigcalProject.create(). Anyway, EnumerableProject will do it again.



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


[jira] [Commented] (CALCITE-4013) Remove traitset derivation when creating logical operators

2020-11-18 Thread Jiatao Tao (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17235137#comment-17235137
 ] 

Jiatao Tao commented on CALCITE-4013:
-

Hi haisheng, maybe I can take a look.

> Remove traitset derivation when creating logical operators
> --
>
> Key: CALCITE-4013
> URL: https://issues.apache.org/jira/browse/CALCITE-4013
> Project: Calcite
>  Issue Type: Improvement
>  Components: core
>Reporter: Haisheng Yuan
>Assignee: Jiatao Tao
>Priority: Major
> Attachments: image-2020-06-12-08-46-26-846.png
>
>
> Profiler shows traitset derivation accounts for 65% of the total runtime of 
> LoigcalProject.create(). Anyway, EnumerableProject will do it again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CALCITE-4013) Remove traitset derivation when creating logical operators

2020-06-12 Thread Haisheng Yuan (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134228#comment-17134228
 ] 

Haisheng Yuan commented on CALCITE-4013:


LogicalFilter takes more:

!image-2020-06-12-08-46-26-846.png!

> Remove traitset derivation when creating logical operators
> --
>
> Key: CALCITE-4013
> URL: https://issues.apache.org/jira/browse/CALCITE-4013
> Project: Calcite
>  Issue Type: Improvement
>  Components: core
>Reporter: Haisheng Yuan
>Priority: Major
> Attachments: image-2020-06-12-08-46-26-846.png
>
>
> Profiler shows traitset derivation accounts for 65% of the total runtime of 
> LoigcalProject.create(). Anyway, EnumerableProject will do it again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CALCITE-4013) Remove traitset derivation when creating logical operators

2020-05-19 Thread Haisheng Yuan (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17110902#comment-17110902
 ] 

Haisheng Yuan commented on CALCITE-4013:


Physical operator shouldn't do it either, in fact. We shouldn't do it at all 
when creating operators, no matter it is logical or physical.

> Remove traitset derivation when creating logical operators
> --
>
> Key: CALCITE-4013
> URL: https://issues.apache.org/jira/browse/CALCITE-4013
> Project: Calcite
>  Issue Type: Improvement
>  Components: core
>Reporter: Haisheng Yuan
>Priority: Major
>
> Profiler shows traitset derivation accounts for 65% of the total runtime of 
> LoigcalProject.create(). Anyway, EnumerableProject will do it again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)