You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Paschenko (JIRA)" <ji...@apache.org> on 2017/01/20 12:07:26 UTC

[jira] [Comment Edited] (IGNITE-4573) Optimize H2 comparisons w/constant

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

Alexander Paschenko edited comment on IGNITE-4573 at 1/20/17 12:06 PM:
-----------------------------------------------------------------------

Patch submitted via H2's github; will close this issue once it's been agreed with and merged. I'm keeping an eye on this, hence assignee still is myself.


was (Author: al.psc):
Patch submitted via H2's github; will close this issue once it's been agreed with and merged. I'm keeping an eye on this hence assignee still is myself.

> Optimize H2 comparisons w/constant
> ----------------------------------
>
>                 Key: IGNITE-4573
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4573
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Alexander Paschenko
>            Assignee: Alexander Paschenko
>             Fix For: 1.9
>
>
> Currently H2 performs constant conversions for each row - say, for {{WHERE person.id = '1'}} the {{'1'}} will be converted to {{int}} for each row which is clearly redundant.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)