Author: dsetrakyan
Date: Tue Sep 19 00:11:47 2017
New Revision: 1808793

URL: http://svn.apache.org/viewvc?rev=1808793&view=rev
Log:
minor

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

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=1808793&r1=1808792&r2=1808793&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/database/in-memory-database.html (original)
+++ ignite/site/trunk/use-cases/database/in-memory-database.html Tue Sep 19 
00:11:47 2017
@@ -69,20 +69,20 @@ under the License.
                         Ignite will function as a pure <code>in-memory 
database</code> supporting SQL, together with
                         all the existing APIs for pure in-memory use cases.
                     </p>
-                    <p>
-                        One of distinguishing characteristics of Ignite SQL is 
the support for
-                        <a 
href="https://apacheignite.readme.io/docs/sql-queries#distributed-joins"; 
target="_blank">distributed SQL JOINs</a>,
-                        which works in both, collocated and non-collocated 
fashion. 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.
-                    </p>
                 </div>
                 <div class="col-sm-6 col-md-5 col-xs-12" 
style="padding-right:0">
                     <img class="img-responsive" 
src="/images/ignite-distributed-database.png" width="400px" 
style="float:right;"/>
                 </div>
             </div>
             <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
+                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.
+            </p>
+            <p>
                 You should also check Ignite <a 
href="/features/sql.html">distributed SQL</a> and
                 <a href="/features/datagrid.html" class="text-nowrap">data 
grid</a> features.
             </p>


Reply via email to