DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > GigaSpaces vs. Google Cloud Spanner vs. IBM Db2 Event Store vs. Ignite vs. NCache

System Properties Comparison GigaSpaces vs. Google Cloud Spanner vs. IBM Db2 Event Store vs. Ignite vs. NCache

Editorial information provided by DB-Engines
NameGigaSpaces  Xexclude from comparisonGoogle Cloud Spanner  Xexclude from comparisonIBM Db2 Event Store  Xexclude from comparisonIgnite  Xexclude from comparisonNCache  Xexclude from comparison
DescriptionHigh performance in-memory data grid platform, powering three products: Smart Cache, Smart ODS (Operational Data Store), Smart Augmented TransactionsA horizontally scalable, globally consistent, relational database service. It is the externalization of the core Google database that runs the biggest aspects of Google, like Ads and Google Play.Distributed Event Store optimized for Internet of Things use casesApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.Open-Source and Enterprise in-memory Key-Value Store
Primary database modelDocument store
Object oriented DBMS infoValues are user defined objects
Relational DBMSEvent Store
Time Series DBMS
Key-value store
Relational DBMS
Key-value store
Secondary database modelsGraph DBMS
Search engine
Document store
Search engine infoUsing distributed Lucene
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.03
Rank#188  Overall
#32  Document stores
#6  Object oriented DBMS
Score2.84
Rank#100  Overall
#51  Relational DBMS
Score0.27
Rank#309  Overall
#2  Event Stores
#28  Time Series DBMS
Score3.11
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score0.96
Rank#195  Overall
#29  Key-value stores
Websitewww.gigaspaces.comcloud.google.com/­spannerwww.ibm.com/­products/­db2-event-storeignite.apache.orgwww.alachisoft.com/­ncache
Technical documentationdocs.gigaspaces.com/­latest/­landing.htmlcloud.google.com/­spanner/­docswww.ibm.com/­docs/­en/­db2-event-storeapacheignite.readme.io/­docswww.alachisoft.com/­resources/­docs
DeveloperGigaspaces TechnologiesGoogleIBMApache Software FoundationAlachisoft
Initial release20002017201720152005
Current release15.5, September 20202.0Apache Ignite 2.65.3.3, April 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial licenses availablecommercialcommercial infofree developer edition availableOpen Source infoApache 2.0Open Source infoEnterprise Edition available
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJava, C++, .NetC and C++C++, Java, .NetC#, .NET, .NET Core, Java
Server operating systemsLinux
macOS
Solaris
Windows
hostedLinux infoLinux, macOS, Windows for the developer additionLinux
OS X
Solaris
Windows
Linux
Windows
Data schemeschema-freeyesyesyesschema-free
Typing infopredefined data types such as float or dateyesyesyesyespartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counter
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.no infoXML can be used for describing objects metadatanonoyesno
Secondary indexesyesyesnoyesyes
SQL infoSupport of SQLSQL-99 for query and DML statementsyes infoQuery statements complying to ANSI 2011yes infothrough the embedded Spark runtimeANSI-99 for query and DML statements, subset of DDLSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.
APIs and other access methodsGigaSpaces LRMI
Hibernate
JCache
JDBC
JPA
ODBC
RESTful HTTP API
Spring Data
gRPC (using protocol buffers) API
JDBC infoAt present, JDBC supports read-only queries. No support for DDL or DML statements.
RESTful HTTP API
ADO.NET
DB2 Connect
JDBC
ODBC
RESTful HTTP API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
IDistributedCache
JCache
LINQ
Proprietary native API
Supported programming languages.Net
C++
Java
Python
Scala
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Cobol
Delphi
Fortran
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Scala
Visual Basic
C#
C++
Java
PHP
Python
Ruby
Scala
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored proceduresyesnoyesyes (compute grid and cache interceptors can be used instead)no infosupport for stored procedures with SQL-Server CLR
Triggersyes, event driven architecturenonoyes (cache interceptors and events)yes infoNotifications
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingShardingyes
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication infosynchronous or asynchronous
Source-replica replication infosynchronous or asynchronous
Multi-source replication with 3 replicas for regional instances.Active-active shard replicationyes (replicated cache)yes, with selectable consistency level
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoMap-Reduce pattern can be built with XAP task executorsyes infousing Google Cloud Dataflownoyes (compute grid and hadoop accelerator)yes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency infoConsistency level configurable: ALL, QUORUM, ANYImmediate ConsistencyEventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Foreign keys infoReferential integritynoyes infoby using interleaved tables, this features focuses more on performance improvements than on referential integritynonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infoStrict serializable isolationnoACIDoptimistic locking and pessimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesNo - written data is immutableyesyes
Durability infoSupport for making data persistentyesyesYes - Synchronous writes to local disk combined with replication and asynchronous writes in parquet format to permanent shared storageyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyesyes
User concepts infoAccess controlRole-based access controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)fine grained access rights according to SQL-standardSecurity Hooks for custom implementationsAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)
More information provided by the system vendor
GigaSpacesGoogle Cloud SpannerIBM Db2 Event StoreIgniteNCache
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
GigaSpacesGoogle Cloud SpannerIBM Db2 Event StoreIgniteNCache
Recent citations in the news

GigaSpaces to hand out almost $14 million in dividends following Cloudify’s acquisition by Dell
19 July 2023, CTech

Data Sciences Corporation partners with GigaSpaces Technologies to usher DIH technology to enterprises in SA
10 October 2023, ITWeb

GigaSpaces Announces Version 16.0 with Breakthrough Data Integration Tools to Ease Enterprises' Digital ...
3 November 2021, PR Newswire

The insideBIGDATA IMPACT 50 List for Q1 2024
18 January 2024, insideBIGDATA

GigaSpaces Spins Off Cloudify, Its Open Source Cloud Orchestration Unit
27 July 2017, Data Center Knowledge

provided by Google News

Google's Cloud Spanner Now Spans Continents … Like It's Supposed to Do
31 May 2024, Data Center Knowledge

Google Improves Cloud Spanner: More Compute and Storage without Price Increase
14 October 2023, InfoQ.com

Google turns up the heat on AWS, claims Cloud Spanner is half the cost of DynamoDB
11 October 2023, TechCrunch

Google makes its Cloud Spanner database service faster and more cost-efficient
11 October 2023, SiliconANGLE News

Google Spanner: When Do You Need to Move to It?
11 September 2023, hackernoon.com

provided by Google News

Advancements in streaming data storage, real-time analysis and machine learning
25 July 2019, ibm.com

IBM Builds New Ultra-Fast Platform for Hoovering Up and Analyzing Data from Anywhere
31 May 2018, Data Center Knowledge

How IBM Is Turning Db2 into an 'AI Database'
3 June 2019, Datanami

Best cloud databases of 2022
4 October 2022, ITPro

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

Apache Ignite: An Overview
6 September 2023, Open Source For You

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1 June 2023, Datanami

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News



Share this page

Featured Products

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here