Author: dsetrakyan
Date: Tue Sep 19 00:04:28 2017
New Revision: 1808791

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

Modified:
    ignite/site/trunk/features/datagrid.html

Modified: ignite/site/trunk/features/datagrid.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/features/datagrid.html?rev=1808791&r1=1808790&r2=1808791&view=diff
==============================================================================
--- ignite/site/trunk/features/datagrid.html (original)
+++ ignite/site/trunk/features/datagrid.html Tue Sep 19 00:04:28 2017
@@ -58,18 +58,18 @@ under the License.
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 20px 
0;">
                 <div class="col-sm-6 col-md-7 col-xs-12" 
style="padding-left:0; padding-right:0">
                     <p>
-                        Ignite Data Grid is a distributed, transactional 
key-value store. Unlike other
+                        Ignite data grid is a <code>distributed, transactional 
key-value store</code>. Unlike other
                         in-memory data grids (IMDG), Ignite enables storing 
data both, in memory and on disk.
-                        Ignite Data Grid can be viewed as a distributed 
partitioned hash map with every
+                        Ignite data grid also supports <nobr><code>SQL 
queries</code></nobr> over its data with the support for
+                        <nobr><code>distributed joins</code></nobr>.
+                        The data grid can be viewed as a distributed 
partitioned hash map with every
                         cluster node owning a portion of the overall data. 
This way the more cluster nodes we add, the
                         more data we can cache.
                     </p>
                     <p>
                         Ignite Data Grid has been built from the ground up to 
linearly scale to hundreds of nodes with strong
                         semantics for data locality and affinity data routing 
to reduce redundant data noise.
-                    </p>
-                    <p>
-                        Ignite Data Grid is lightning fast and is one of the 
fastest implementations of transactional or
+                        It is one of the fastest implementations of 
transactional or
                         atomic data in distributed clusters today. We know it 
because we constantly benchmark it ourselves.
                     </p>
                 </div>
@@ -80,7 +80,7 @@ under the License.
             </div>
 
             <p>
-                The data in the data grid can be stored only in memory, or can 
also be persisted to disk.
+                The data in the data grid can be stored either purely in 
memory, or can also be persisted to disk.
                 If <a href="/features/persistence.html" target="_blank">Ignite 
native persistence</a> is enabled,
                 then data and indexes will be persisted natively by Ignite on 
every cluster node. In this case,
                 memory only serves as a smaller caching layer of the overall 
persisted data set. All queries and transactions


Reply via email to