[
https://issues.apache.org/jira/browse/IGNITE-6337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224983#comment-16224983
]
Pavel Tupitsyn commented on IGNITE-6337:
----------------------------------------
[~vozerov],
1) Sending a couple of strings is unlikely to affect performance in any way,
especially compared to a distributed SQL query.
Anyway, where do you suggest to add this flag, as a parameter to
{{IFieldsQueryCursor Query(SqlFieldsQuery sqlFieldsQuery)}} method?
2) Do you mean something like .NET {{SqlCommand}}
(https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.aspx),
which has
{{ExecuteReader}} for a cursor, {{ExecuteScalar}} for things like {{COUNT}},
and {{ExecuteNonQuery}} for DML?
3, 4) I don't think this makes sense for a general purpose client. For example,
there is no such thing in standard .NET API. What is the use case? I mean, we
don't even have such a thing in the public Ignite API.
> .NET: Thin client: SQL queries
> ------------------------------
>
> Key: IGNITE-6337
> URL: https://issues.apache.org/jira/browse/IGNITE-6337
> Project: Ignite
> Issue Type: Improvement
> Components: platforms, thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 2.4
>
>
> SQL and Fields queries in thin client.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)