Author: dmagda
Date: Fri Sep 15 20:17:52 2017
New Revision: 1808484

URL: http://svn.apache.org/viewvc?rev=1808484&view=rev
Log:
ignite native persistence picture

Added:
    ignite/site/trunk/images/native_persistence.png   (with props)
Modified:
    ignite/site/trunk/features/persistence.html
    ignite/site/trunk/whatisignite.html

Modified: ignite/site/trunk/features/persistence.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/features/persistence.html?rev=1808484&r1=1808483&r2=1808484&view=diff
==============================================================================
--- ignite/site/trunk/features/persistence.html (original)
+++ ignite/site/trunk/features/persistence.html Fri Sep 15 20:17:52 2017
@@ -40,6 +40,7 @@ under the License.
     <meta http-equiv="Pragma" content="no-cache" />
     <meta http-equiv="Expires" content="0" />
     <title>Peristence - Apache Ignite</title>
+    <meta name="description" content="Apache Ignite can be used as a 
memory-centric distributed SQL database that allows executing SQL queries over 
the data that is both in memory and on disk"/>
     <link media="all" rel="stylesheet" href="/css/all.css?v=1.11">
     <link 
href="https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css"; 
rel="stylesheet">
     <link 
href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic'
 rel='stylesheet' type='text/css'>
@@ -53,9 +54,9 @@ under the License.
     <main id="main" role="main" class="container">
         <section id="native-persistence" class="page-section">
             <h1 class="first">Ignite Native Persistence</h1>
-                <div class="col-sm-12 col-md-12 col-xs-12" 
style="padding-left:0; padding-right:0; margin-bottom: 20px;">
-                    <div class="col-sm-6 col-md-7 col-xs-12" 
style="padding-left:0; padding-right:0;">
-                        <p>Ignite Native Persistence is a distributed ACID and 
SQL-compliant disk store that transparently
+                <div class="col-sm-12 col-md-12 col-xs-12" 
style="padding-left:0; padding-right:0;">
+                    <div class="col-sm-6 col-md-6 col-xs-12" 
style="padding-left:0; padding-right:0;">
+                        <p>Ignite Native Persistence is a distributed, ACID, 
and <nobr>SQL-compliant</nobr> disk store that transparently
                             integrates with Ignite's Durable Memory as an 
optional disk layer storing data and indexes on SSD,
                             Flash, 3D XPoint, and other types of non-volatile 
storages.</p>
                         <p>
@@ -66,8 +67,8 @@ under the License.
                         </p>
 
                     </div>
-                    <div class="col-sm-6 col-md-5 col-xs-12" 
style="padding-right:0;">
-                        <img class="img-responsive" 
src="/images/check_pointing-2.png" width="350px" style="float:right;"/>
+                    <div class="col-sm-6 col-md-6 col-xs-12" 
style="padding-right:0; top: -10px;">
+                        <a href="/images/native_persistence.png"><img 
class="img-responsive" src="/images/native_persistence.png" width="450px" 
style="float:right;" alt="Apache Ignite Native Persistence - Distributed SQL 
Database"/></a>
                     </div>
                 </div>
                 <p>

Added: ignite/site/trunk/images/native_persistence.png
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/images/native_persistence.png?rev=1808484&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/native_persistence.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/whatisignite.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/whatisignite.html?rev=1808484&r1=1808483&r2=1808484&view=diff
==============================================================================
--- ignite/site/trunk/whatisignite.html (original)
+++ ignite/site/trunk/whatisignite.html Fri Sep 15 20:17:52 2017
@@ -76,7 +76,15 @@ under the License.
                     <nobr><i><strong>horizontally scalable 
database</strong></i></nobr> that guarantees full data consistency and is
                     resilient to full cluster failures.
                 </p>
+                <h3>Ignite Persistence</h3>
+                <p>
+                    Ignite Native Persistence is a distributed, ACID, and 
SQL-compliant <i><strong>disk store</strong></i> that transparently integrates 
with Ignite's Durable Memory as an
+                    optional disk layer storing data and indexes on SSD, 
Flash, 3D XPoint, and other types of non-volatile storages.
 
+                    With the Ignite Persistence enabled, you no longer need to 
keep all the data and indexes in memory or warm it up after a node or
+                    cluster restart because the Durable Memory is tightly 
coupled with persistence and treats it as a secondary memory tier.
+                    This implies that if a subset of data or an index is 
missing in RAM, the Durable Memory will take it from the disk.
+                </p>
                 <h3>ACID Compliance</h3>
                 <p>
                     Data stored in Ignite is ACID-compliant both in memory and 
on disk, making Ignite a <i><strong>strongly consistent</strong></i> system.


Reply via email to