From commits-return-116175-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Tue Jan 9 03:05:24 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 56B61180607 for ; Tue, 9 Jan 2018 03:05:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 46A4F160C3E; Tue, 9 Jan 2018 02:05:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B42E7160C2C for ; Tue, 9 Jan 2018 03:05:23 +0100 (CET) Received: (qmail 72043 invoked by uid 500); 9 Jan 2018 02:05:23 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 72034 invoked by uid 99); 9 Jan 2018 02:05:22 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2018 02:05:22 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 609CF3A07DE for ; Tue, 9 Jan 2018 02:05:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1820616 - /ignite/site/trunk/whatisignite.html Date: Tue, 09 Jan 2018 02:05:22 -0000 To: commits@ignite.apache.org From: dsetrakyan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180109020522.609CF3A07DE@svn01-us-west.apache.org> Author: dsetrakyan Date: Tue Jan 9 02:05:22 2018 New Revision: 1820616 URL: http://svn.apache.org/viewvc?rev=1820616&view=rev Log: minor updates Modified: ignite/site/trunk/whatisignite.html Modified: ignite/site/trunk/whatisignite.html URL: http://svn.apache.org/viewvc/ignite/site/trunk/whatisignite.html?rev=1820616&r1=1820615&r2=1820616&view=diff ============================================================================== --- ignite/site/trunk/whatisignite.html (original) +++ ignite/site/trunk/whatisignite.html Tue Jan 9 02:05:22 2018 @@ -126,7 +126,7 @@ under the License.

Is Ignite a persistent or in-memory-only storage?

Both. Native persistence in Ignite can be turned on and off. This allows Ignite to store - data sets bigger than can fit in the available memory. Essentially, the smaller operational data sets + data sets bigger than can fit in the available memory. Essentially, smaller operational data sets can be stored in-memory only, and larger data sets that do not fit in memory can be stored on disk, using memory as a caching layer for better performance.