Author: dsetrakyan
Date: Wed Jan 31 20:52:29 2018
New Revision: 1822833
URL: http://svn.apache.org/viewvc?rev=1822833&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=1822833&r1=1822832&r2=1822833&view=diff
==============================================================================
--- ignite/site/trunk/features/datagrid.html (original)
+++ ignite/site/trunk/features/datagrid.html Wed Jan 31 20:52:29 2018
@@ -59,7 +59,8 @@ under the License.
<div class="col-sm-6 col-md-6 col-xs-12"
style="padding-left:0; padding-right:0">
<p>
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.
+ in-memory data grids (IMDG), Ignite enables storing
data both, in memory and on disk, and
+ therefore is able to store more data than can fit in
memory.
On top of the standard key-value data operations,
including ACID transactions and all the
JCache (JSR 107) functionality, Ignite also supports
<nobr><code>SQL queries</code></nobr>
over its data with the support for
<nobr><code>distributed joins</code></nobr>.