You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Michael Griggs (JIRA)" <ji...@apache.org> on 2017/07/19 07:59:00 UTC

[jira] [Created] (IGNITE-5783) LINQ queries should provide the ability to generate the SQL query plan

Michael Griggs created IGNITE-5783:
--------------------------------------

             Summary: LINQ queries should provide the ability to generate the SQL query plan
                 Key: IGNITE-5783
                 URL: https://issues.apache.org/jira/browse/IGNITE-5783
             Project: Ignite
          Issue Type: New Feature
          Components: platforms
    Affects Versions: 2.0
            Reporter: Michael Griggs
            Priority: Minor
             Fix For: 2.2


At present, the only way to see the query plan generated by a LINQ query in C# is to:

# Call {{GetFieldsQuery()}}
# Prepend the string {{"explain "}} to the resulting string
# execute the query in the step above and retrieve the plan





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)