Author: dsetrakyan
Date: Sun Oct  1 09:45:34 2017
New Revision: 1810255

URL: http://svn.apache.org/viewvc?rev=1810255&view=rev
Log:
Updated text and added distributed joins.

Modified:
    ignite/site/trunk/features/sql.html
    ignite/site/trunk/use-cases/database/in-memory-database.html

Modified: ignite/site/trunk/features/sql.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/features/sql.html?rev=1810255&r1=1810254&r2=1810255&view=diff
==============================================================================
Binary files - no diff available.

Modified: ignite/site/trunk/use-cases/database/in-memory-database.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/database/in-memory-database.html?rev=1810255&r1=1810254&r2=1810255&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/database/in-memory-database.html (original)
+++ ignite/site/trunk/use-cases/database/in-memory-database.html Sun Oct  1 
09:45:34 2017
@@ -77,7 +77,7 @@ under the License.
             <p>
                 One of distinguishing characteristics of Ignite SQL is the 
support for
                 <nobr><a 
href="https://apacheignite.readme.io/docs/sql-queries#distributed-joins"; 
target="_blank">distributed SQL JOINs</a></nobr>,
-                which works in both, collocated and non-collocated fashion. 
When collocated, the JOINs are
+                which works in both, collocated and non-collocated fashions. 
When collocated, the JOINs are
                 executed on the local data available on each node without 
having to move large data sets
                 across the network. Such collocated approach provides the best 
scalability and performance
                 in distributed clusters.


Reply via email to