Denis Magda created IGNITE-4122:
-----------------------------------
Summary: Ignite.NET: documentation and example for non collocated
joins
Key: IGNITE-4122
URL: https://issues.apache.org/jira/browse/IGNITE-4122
Project: Ignite
Issue Type: Sub-task
Components: platforms
Reporter: Denis Magda
Fix For: 1.8
Presently the documentation and example about the non-collocated joins are
missing on .NET side. Let's fill this gap.
- Documentation can be taken from Java side
https://apacheignite.readme.io/docs/sql-queries#distributed-joins
- As for the example, there are two options. The first one is that we can use
this existed one
https://github.com/gridgain/apache-ignite/blob/ignite-net-advanced-examples/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Advanced/NonCollocatedSQLExample.cs
The second option is to add distributed joins queries in {{QueryExample}} on
.NET side in a way like it's done in Java's {{CacheQueryExample}}.
The second approach sounds better to me.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)