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 2020/02/25 21:59:52 UTC

svn commit: r1874532 [2/2] - in /ignite/site/branches/ignite-redisign: arch/persistence.html features/sql.html includes/footer.html includes/header.html index.html use-cases/in-memory-database.html

Modified: ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html
URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html?rev=1874532&r1=1874531&r2=1874532&view=diff
==============================================================================
--- ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html (original)
+++ ignite/site/branches/ignite-redisign/use-cases/in-memory-database.html Tue Feb 25 21:59:52 2020
@@ -39,8 +39,8 @@ under the License.
 
     <meta name="description"
           content="Apache Ignite, as an in-memory database, is a high-performant system-of-records that is capable of
-          storing and querying large data sets from memory as well as disk without requiring to warm up the in-memory
-          caches on cluster restarts."/>
+          storing and querying large data sets from memory as well as disk without requiring to warm up the memory tier
+          on cluster restarts."/>
 
     <title>In-Memory Database - Apache Ignite</title>
 
@@ -54,13 +54,13 @@ under the License.
 
     <main id="main" role="main" class="container">
         <section id="key-value-store" class="page-section">
-            <h1 class="first">In-Memory Database With Transactional Persistence</h1>
+            <h1 class="first">In-Memory Database With Native Persistence</h1>
             <div class="col-sm-12 col-md-12 col-xs-12" style="padding:0 0 10px 0;">
                 <div class="col-sm-6 col-md-6 col-xs-12" style="padding-left:0; padding-right:0">
                     <p>
                         Apache Ignite, as an in-memory database, is a high-performant system-of-records that is capable
                         of storing and querying large data sets from memory as well as disk without requiring to warm up
-                        the in-memory caches on cluster restarts.
+                        the memory tier on cluster restarts.
                     </p>
                     <p>
                         Ignite serves as a distributed database that scales horizontally across memory and disk tiers
@@ -93,16 +93,13 @@ under the License.
             </p>
             <ul class="page-list" style="margin-bottom: 20px;">
                 <li>
-                    Flexible configuration of available memory and disk resources such that Ignite stores a superset
-                    of data on disk and only the most frequently used subsets in memory.
+                    Multi-tiered storage - Ignite treats disk as an active storage layer allowing to
+                    cache a subset of the data in memory and query both in-memory and disk-only records with SQL and
+                    all other available APIs.
                 </li>
                 <li>
-                    Ignite SQL queries and all other APIs can query both cached data sets as well as data that is kept
-                    on disk only.
-                </li>
-                <li>
-                    Instantaneous cluster restarts. Ignite becomes fully operational from disk immediately upon cluster
-                    startup or restarts without requiring to preload or warm up the in-memory caches.
+                    Instantaneous cluster restarts - Ignite becomes fully operational from disk upon a cluster
+                    startup or restarts without requiring to preload or warm up the memory tier.
                 </li>
             </ul>