DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Ignite vs. Microsoft Azure Data Explorer vs. NCache vs. Sadas Engine vs. SiteWhere

Vergleich der Systemeigenschaften Ignite vs. Microsoft Azure Data Explorer vs. NCache vs. Sadas Engine vs. SiteWhere

Redaktionelle Informationen bereitgestellt von DB-Engines
NameIgnite  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenNCache  Xaus Vergleich ausschliessenSadas Engine  Xaus Vergleich ausschliessenSiteWhere  Xaus Vergleich ausschliessen
KurzbeschreibungApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.Fully managed big data interactive analytics platformOpen-Source and Enterprise in-memory Key-Value StoreSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environmentsM2M Integrationsplatform zur Speicherung und Abfrage von Zeitserien
Primäres DatenbankmodellKey-Value Store
Relational DBMS
Relational DBMS infocolumn orientedKey-Value StoreRelational DBMSTime Series DBMS
Sekundäre DatenbankmodelleDocument Store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Suchmaschine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
Document Store
Suchmaschine infoUsing distributed Lucene
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,16
Rang#96  Overall
#15  Key-Value Stores
#49  Relational DBMS
Punkte4,38
Rang#77  Overall
#41  Relational DBMS
Punkte0,94
Rang#195  Overall
#29  Key-Value Stores
Punkte0,00
Rang#383  Overall
#158  Relational DBMS
Punkte0,06
Rang#356  Overall
#35  Time Series DBMS
Websiteignite.apache.orgazure.microsoft.com/­services/­data-explorerwww.alachisoft.com/­ncachewww.sadasengine.comgithub.com/­sitewhere/­sitewhere
Technische Dokumentationapacheignite.readme.io/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerwww.alachisoft.com/­resources/­docswww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentationsitewhere1.sitewhere.io/­index.html
EntwicklerApache Software FoundationMicrosoftAlachisoftSADAS s.r.l.SiteWhere
Erscheinungsjahr20152019200520062010
Aktuelle VersionApache Ignite 2.6cloud service with continuous releases5.3.3, April 20248.0
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0kommerziellOpen Source infoEnterprise Edition availablekommerziell infofree trial version availableOpen Source infoCommon Public Attribution License Version 1.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC++, Java, .NetC#, .NET, .NET Core, JavaC++Java
Server BetriebssystemeLinux
OS X
Solaris
Windows
gehostetLinux
Windows
AIX
Linux
Windows
Linux
OS X
Windows
DatenschemajaFixed schema with schema-less datatypes (dynamic)schemafreijavordefiniertes Schema
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesteilweise infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counterjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjajaneinneinnein
Sekundärindizesjaall fields are automatically indexedjajanein
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLKusto Query Language (KQL), SQL subsetSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.janein
APIs und andere ZugriffskonzepteHDFS API
Hibernate
JCache
JDBC
ODBC
Proprietäres Protokoll
RESTful HTTP API
Spring Data
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
IDistributedCache
JCache
LINQ
Proprietäres native API
JDBC
ODBC
Proprietäres Protokoll
HTTP REST
Unterstützte ProgrammiersprachenC#
C++
Java
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
.Net
C
C#
C++
Groovy
Java
PHP
Python
Server-seitige Scripts infoStored Proceduresyes (compute grid and cache interceptors can be used instead)Yes, possible languages: KQL, Python, Rnein infoUnterstützung für stored procedures mit SQL-Server CLRnein
Triggersyes (cache interceptors and events)ja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyja infoNotificationsnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infoImplicit feature of the cloud servicejahorizontale PartitionierungSharding infobasierend auf HBase
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenyes (replicated cache)ja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.ja, mit wählbarer Konsistenzkeinefrei wählbarer Replikationsfaktor infobasierend auf HBase
MapReduce infoBietet ein API für Map/Reduce Operationenyes (compute grid and hadoop accelerator)Spark connector (open source): github.com/­Azure/­azure-kusto-sparkjaneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinoptimistic Locking und pessimistic Lockingnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinjaja infomanaged by 'Learn by Usage'nein
Berechtigungskonzept infoZugriffskontrolleSecurity Hooks for custom implementationsAzure Active Directory AuthenticationAuthentifizierung für Zugriff auf Cache mittels Active Directory/LDAP (Rollen: user, administrator)Access rights for users, groups and roles according to SQL-standardBenutzer mit feingranularem Berechtigungskonzept
Weitere Informationen bereitgestellt vom Systemhersteller
IgniteMicrosoft Azure Data ExplorerNCacheSadas EngineSiteWhere
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» mehr
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» mehr
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» mehr
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» mehr
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» mehr
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» mehr

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
IgniteMicrosoft Azure Data ExplorerNCacheSadas EngineSiteWhere
Erwähnungen in aktuellen Nachrichten

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13. Juli 2023, Microsoft

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23. Mai 2023, Microsoft

Azure Data Explorer: Log and telemetry analytics benchmark
16. August 2022, Microsoft

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23. November 2023, InfoQ.com

Azure Data Explorer and Stream Analytics for anomaly detection
16. Januar 2020, Microsoft

bereitgestellt von Google News

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

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

bereitgestellt von Google News

11 Best Open source IoT Platforms To Develop Smart Projects
9. März 2023, H2S Media

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Präsentieren Sie hier Ihr Produkt