You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2017/08/15 02:21:53 UTC

svn commit: r1805050 - /ignite/site/trunk/features/persistence.html

Author: dmagda
Date: Tue Aug 15 02:21:53 2017
New Revision: 1805050

URL: http://svn.apache.org/viewvc?rev=1805050&view=rev
Log:
did some renamings

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

Modified: ignite/site/trunk/features/persistence.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/persistence.html?rev=1805050&r1=1805049&r2=1805050&view=diff
==============================================================================
--- ignite/site/trunk/features/persistence.html (original)
+++ ignite/site/trunk/features/persistence.html Tue Aug 15 02:21:53 2017
@@ -73,7 +73,7 @@ under the License.
                     that can be used as an alternative persistence layer for an Apache Ignite cluster:
                 </p>
                 <ul class="page-list" style="margin-bottom: 20px;">
-                    <li>Ability to execute SQL queries over the data that is both in memory and on disk which means that Apache Ignite can be used as a memory-optimized distributed SQL database.</li>
+                    <li>Ability to execute SQL queries over the data that is both in memory and on disk which means that Apache Ignite can be used as a memory-centric distributed SQL database.</li>
                     <li>No need to have all the data and indexes in memory. The Ignite Persistence allows storing a superset of data on disk and only most frequently used subsets in memory.</li>
                     <li>Instantaneous cluster restarts. If the whole cluster goes down there is no need to warm up the memory by preloading data from the Ignite Persistence.
                         The cluster becomes fully operational once all the cluster nodes are interconnected with each other.</li>