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 > AlaSQL vs. Apache IoTDB vs. Bangdb vs. NCache vs. RocksDB

Vergleich der Systemeigenschaften AlaSQL vs. Apache IoTDB vs. Bangdb vs. NCache vs. RocksDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenApache IoTDB  Xaus Vergleich ausschliessenBangdb  Xaus Vergleich ausschliessenNCache  Xaus Vergleich ausschliessenRocksDB  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkConverged and high performance database for device data, events, time series, document and graphOpen-Source and Enterprise in-memory Key-Value StoreEmbeddable persistent key-value store optimized for fast storage (flash and RAM)
Primäres DatenbankmodellDocument Store
Relational DBMS
Time Series DBMSDocument Store
Graph DBMS
Time Series DBMS
Key-Value StoreKey-Value Store
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
Suchmaschine infoUsing distributed Lucene
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,51
Rang#256  Overall
#40  Document Stores
#118  Relational DBMS
Punkte1,31
Rang#164  Overall
#14  Time Series DBMS
Punkte0,16
Rang#338  Overall
#47  Document Stores
#32  Graph DBMS
#31  Time Series DBMS
Punkte0,96
Rang#195  Overall
#29  Key-Value Stores
Punkte3,41
Rang#86  Overall
#11  Key-Value Stores
Websitealasql.orgiotdb.apache.orgbangdb.comwww.alachisoft.com/­ncacherocksdb.org
Technische Dokumentationgithub.com/­AlaSQL/­alasqliotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmldocs.bangdb.comwww.alachisoft.com/­resources/­docsgithub.com/­facebook/­rocksdb/­wiki
EntwicklerAndrey Gershun & Mathias R. WulffApache Software FoundationSachin Sinha, BangDBAlachisoftFacebook, Inc.
Erscheinungsjahr20142018201220052013
Aktuelle Version1.1.0, April 2023BangDB 2.0, October 20215.3.3, April 20249.2.1, Mai 2024
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoApache Version 2.0Open Source infoBSD 3Open Source infoEnterprise Edition availableOpen Source infoBSD
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaScriptJavaC, C++C#, .NET, .NET Core, JavaC++
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)Alle Betriebssysteme mit einer Java VM (>=1.8)LinuxLinux
Windows
Linux
Datenschemaschemafreijaschemafreischemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjayes: string, long, double, int, geospatial, stream, eventsteilweise infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counternein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesneinjaja infosecondary, composite, nested, reverse, geospatialjanein
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like query languageSQL like support with command line toolSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.nein
APIs und andere ZugriffskonzepteJavaScript APIJDBC
Native API
Propriätäres Protokoll
RESTful HTTP API
IDistributedCache
JCache
LINQ
Proprietäres native API
C++ API
Java API
Unterstützte ProgrammiersprachenJavaScriptC
C#
C++
Go
Java
Python
Scala
C
C#
C++
Java
Python
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
C
C++
Go
Java
Perl
Python
Ruby
Server-seitige Scripts infoStored Proceduresneinjaneinnein infoUnterstützung für stored procedures mit SQL-Server CLRnein
Triggersjajayes, Notifications (with Streaming only)ja infoNotifications
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenkeinehorizontal partitioning (by time range) + vertical partitioning (by deviceId)Sharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmjahorizontal partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenkeineselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasselectable replication factor, Knob for CAP (enterprise version only)ja, mit wählbarer Konsistenzja
MapReduce infoBietet ein API für Map/Reduce OperationenneinIntegration with Hadoop and Sparkneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineEventual Consistency
Strong Consistency with Raft
Tunable consistency, set CAP knob accordinglyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Fremdschlüssel inforeferenzielle Integritätjaneinneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageneinACIDoptimistic Locking und pessimistic Lockingja
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, optimistic concurrency controljaja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStoragejayes, implements WAL (Write ahead log) as welljaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajayes, run db with in-memory only modejaja
Berechtigungskonzept infoZugriffskontrolleneinjayes (enterprise version only)Authentifizierung für Zugriff auf Cache mittels Active Directory/LDAP (Rollen: user, administrator)nein
Weitere Informationen bereitgestellt vom Systemhersteller
AlaSQLApache IoTDBBangdbNCacheRocksDB
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
DrittanbieterSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» mehr

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

Weitere Ressourcen
AlaSQLApache IoTDBBangdbNCacheRocksDB
Erwähnungen in aktuellen Nachrichten

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28. Februar 2021, hackernoon.com

Create a Marvel Database with SQL and Javascript, the easy way
2. Juli 2019, Towards Data Science

Multi faceted data exploration in the browser using Leaflet and amCharts
3. Mai 2020, Towards Data Science

bereitgestellt von Google News

AMD EPYC 4364P & 4564P @ DDR5-4800 / DDR5-5200 vs. Intel Xeon E-2488 Review
6. Juni 2024, Phoronix

TsFile: A Standard Format for IoT Time Series Data
27. Februar 2024, The New Stack

Linux 6.5 With AMD P-State EPP Default Brings Performance & Power Efficiency Benefits For Ryzen Servers
21. September 2023, Phoronix

Apache Promotes IoT Database Project
25. September 2020, Datanami

AMD EPYC 8324P / 8324PN Siena 32-Core Siena Linux Server Performance Review
10. Oktober 2023, Phoronix

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

Did Rockset Just Solve Real-Time Analytics?
25. August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31. August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29. März 2024, Phoronix

Facebook's MyRocks Truly Rocks!
21. September 2020, Open Source For You

Power your Kafka Streams application with Amazon MSK and AWS Fargate | Amazon Web Services
10. August 2021, AWS Blog

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Neo4j logo

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

Präsentieren Sie hier Ihr Produkt