Author: dmagda
Date: Wed Jan 24 01:33:42 2018
New Revision: 1822068
URL: http://svn.apache.org/viewvc?rev=1822068&view=rev
Log:
updated what's page
Modified:
ignite/site/trunk/whatisignite-2.html
Modified: ignite/site/trunk/whatisignite-2.html
URL:
http://svn.apache.org/viewvc/ignite/site/trunk/whatisignite-2.html?rev=1822068&r1=1822067&r2=1822068&view=diff
==============================================================================
--- ignite/site/trunk/whatisignite-2.html (original)
+++ ignite/site/trunk/whatisignite-2.html Wed Jan 24 01:33:42 2018
@@ -78,7 +78,8 @@ under the License.
<p class="ignite-facts-answer">
<strong>Yes</strong>. Even though Ignite durable
memory works well in-memory and on-disk, the disk
persistence can be disabled and Ignite can act as a
distributed in-memory database, with
- support for SQL and distributed joins.
+ support for SQL and distributed joins.<br/><br/>
+ <a href="/use-cases/database/in-memory-database.html"
target="_blank">Read more</a>
</p>
</div>
@@ -87,7 +88,8 @@ under the License.
<p class="ignite-facts-answer">
<strong>Yes</strong>. Ignite is a full-featured
distributed key-value data grid, which can be used either in
memory-only mode or with Ignite native persistence. It
can also automatically integrate with any 3rd party databases,
- including any RDBMS or NoSQL stores.
+ including any RDBMS or NoSQL stores.<br/><br/>
+ <a href="/features/datagrid.html" target="_blank">Read
more</a>
</p>
</div>
@@ -97,7 +99,8 @@ under the License.
<strong>Yes</strong>. When native persistence is
disabled, Ignite becomes a distributed cache.
Ignite implements JCache specification (JSR 107) and
provides
a lot more functionality than required by the
specification, including partitioned and replicated
- distribution modes, distributed ACID transactions, SQL
queries, native persistence, and more.
+ distribution modes, distributed ACID transactions, SQL
queries, native persistence, and more.<br/><br/>
+ <a href="/use-cases/caching/database-caching.html"
target="_blank">Read more</a>
</p>
</div>
@@ -107,7 +110,8 @@ under the License.
<strong>Yes</strong>. Data in Ignite is either
partitioned or replicated across a cluster of
multiple nodes. This provides scalability and adds
resiliency to the system. Ignite automatically
controls how data is partitioned, however, users can
plugin their own distribution (affinity) functions
- and collocate various pieces of data together for
efficiency.
+ and collocate various pieces of data together for
efficiency.<br/><br/>
+ <a
href="/use-cases/database/distributed-database.html" target="_blank">Read
more</a>
</p>
</div>
@@ -117,7 +121,8 @@ under the License.
<strong>Not fully</strong>. Although Ignite aims to
behave like any other relational SQL database,
there are differences in how Ignite handles
constraints and indexes. Ignite supports primary and
secondary indexes, however, the uniqueness can only be
enforced for the primary indexes.
- Ignite also does not support foreign key constraints.
+ Ignite also does not support foreign key
constraints.<br/><br/>
+ <a href="/use-cases/database/sql-database.html"
target="_blank">Read more</a>
</p>
<!--<p>-->
<!--Essentially, Ignite purposely does not support any
constraints that would entail a cluster-wide broadcast-->
@@ -131,15 +136,16 @@ under the License.
<strong>Both</strong>. 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, 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.
- </p><br/><br/>
+ using memory as a caching layer for better
performance.<br/><br/><br/> <br/>
+ </p>
</div>
<div class="col-sm-6 col-md-6 col-xs-12 fact-panel left">
<h3 class="ignite-facts-question">Is Ignite a NoSQL
database?</h3>
<p class="ignite-facts-answer">
<strong>Not exactly</strong>. Just like other NoSQL
databases, Ignite is highly available and
- horizontally scalable. However, unlike other NoSQL
databases, Ignite supports SQL and ACID transactions.
+ horizontally scalable. However, unlike other NoSQL
databases, Ignite supports SQL and ACID transactions.<br/><br/>
+ <a href="/use-cases/comparison/ignite-for-nosql.html"
target="_blank">Read more</a>
</p>
</div>
@@ -166,9 +172,9 @@ under the License.
<h3 class="ignite-facts-question">Is Ignite a key-value
store?</h3>
<p class="ignite-facts-answer">
<strong>Yes</strong>. Ignite provides a feature rich
key-value API, that is JCache (JSR-107) compliant
- and supports Java, C++, <nobr>and .NET.</nobr>
+ and supports Java, C++, <nobr>and
.NET.</nobr><br/><br/>
+ <a
href="/use-cases/database/key-value-store-database.html" target="_blank">Read
more</a>
</p>
- <p><a
href="https://apacheignite.readme.io/docs/data-grid"></a></p><br/><br/>
</div>
<h3 style="color: black;">Book</h3>