You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/05 19:48:04 UTC

[jira] [Updated] (IGNITE-5376) JDBC thin: Expose SqlFieldsQuery hints as parameters

     [ https://issues.apache.org/jira/browse/IGNITE-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-5376:
------------------------------------
    Description: 
We should expose:
1) {{enforceJoinOrder}}
2) {{distributedJoins}}
3) {{replicatedOnly}}
4) {{collocated}}

As per the rest:
- {{partitions}} should be avoided for now, as they are very request-specific
- {{local}} flag cannot be supported for now, as "cacheless" query execution cannot be executed through "local" workflow for now (we cannot determine query parallelism)
- {{timeout}} - will be handled in another ticket.

  was:
We should expose:
1) {{enforceJoinOrder}}
2) {{distributedJoins}}
3) {{replicatedOnly}}
4) {{collocated}}
5) {{pageSize}}

As per the rest:
- {{partitions}} should be avoided for now, as they are very request-specific
- {{local}} flag cannot be supported for now, as "cacheless" query execution cannot be executed through "local" workflow for now (we cannot determine query parallelism)
- {{timeout}} - will be handled in another ticket.


> JDBC thin: Expose SqlFieldsQuery hints as parameters
> ----------------------------------------------------
>
>                 Key: IGNITE-5376
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5376
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>             Fix For: 2.1
>
>
> We should expose:
> 1) {{enforceJoinOrder}}
> 2) {{distributedJoins}}
> 3) {{replicatedOnly}}
> 4) {{collocated}}
> As per the rest:
> - {{partitions}} should be avoided for now, as they are very request-specific
> - {{local}} flag cannot be supported for now, as "cacheless" query execution cannot be executed through "local" workflow for now (we cannot determine query parallelism)
> - {{timeout}} - will be handled in another ticket.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)