DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > AlaSQL vs. GigaSpaces vs. H2 vs. LevelDB vs. MySQL

Vergleich der Systemeigenschaften AlaSQL vs. GigaSpaces vs. H2 vs. LevelDB vs. MySQL

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenGigaSpaces  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenLevelDB  Xaus Vergleich ausschliessenMySQL  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryHigh performance in-memory data grid platform, powering three products: Smart Cache, Smart ODS (Operational Data Store), Smart Augmented TransactionsFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Embeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesWeit verbreitetes, allgemein einsetzbares Open Source RDBMS
Primäres DatenbankmodellDocument Store
Relational DBMS
Document Store
Object oriented DBMS infoValues are user defined objects
Relational DBMSKey-Value StoreRelational DBMS infoKey/Value Zugriff über memcached API
Sekundäre DatenbankmodelleGraph DBMS
Suchmaschine
Spatial DBMSDocument Store
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,46
Rang#260  Overall
#40  Document Stores
#121  Relational DBMS
Punkte0,97
Rang#192  Overall
#32  Document Stores
#6  Object oriented DBMS
Punkte8,13
Rang#49  Overall
#31  Relational DBMS
Punkte2,35
Rang#111  Overall
#19  Key-Value Stores
Punkte1083,74
Rang#2  Overall
#2  Relational DBMS
Websitealasql.orgwww.gigaspaces.comwww.h2database.comgithub.com/­google/­leveldbwww.mysql.com
Technische Dokumentationgithub.com/­AlaSQL/­alasqldocs.gigaspaces.com/­latest/­landing.htmlwww.h2database.com/­html/­main.htmlgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mddev.mysql.com/­doc
EntwicklerAndrey Gershun & Mathias R. WulffGigaspaces TechnologiesThomas MuellerGoogleOracle infoseit 2010, ursprünglich MySQL AB, danach Sun
Erscheinungsjahr20142000200520111995
Aktuelle Version15.5, September 20202.2.220, Juli 20231.23, Februar 20218.3.0, Jaenner 2024
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoApache Version 2; Commercial licenses availableOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoBSDOpen Source infoGPL Version 2. Kommerzielle Lizenzen mit erweiterter Funktionalität sind verfügbar.
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.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
ImplementierungsspracheJavaScriptJava, C++, .NetJavaC++C und C++
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)Linux
macOS
Solaris
Windows
Alle Betriebssysteme mit einer Java VMIllumos
Linux
OS X
Windows
FreeBSD
Linux
OS X
Solaris
Windows
Datenschemaschemafreischemafreijaschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjajaneinja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinnein infoXML can be used for describing objects metadataneinneinja
Sekundärindizesneinjajaneinja
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-99 for query and DML statementsjaneinja infomit proprietären Erweiterungen
APIs und andere ZugriffskonzepteJavaScript APIGigaSpaces LRMI
Hibernate
JCache
JDBC
JPA
ODBC
RESTful HTTP API
Spring Data
JDBC
ODBC
ADO.NET
JDBC
ODBC
Proprietäres native API
Unterstützte ProgrammiersprachenJavaScript.Net
C++
Java
Python
Scala
JavaC++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-seitige Scripts infoStored ProceduresneinjaJava Stored Procedures and User-Defined Functionsneinja infoproprietäre Syntax
Triggersjajajaneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineShardingkeinekeinehorizontale Partitionierung, Sharding mit MySQL Cluster oder MySQL Fabric
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeineMulti-Source Replikation infosynchronous or asynchronous
Source-Replica Replikation infosynchronous or asynchronous
With clustering: 2 database servers on different computers operate on identical copies of a databasekeineMulti-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinja infoMap-Reduce pattern can be built with XAP task executorsneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineImmediate Consistency infoConsistency level configurable: ALL, QUORUM, ANYImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinjaneinja infonicht für MyISAM Storage Engine
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageACIDACIDneinACID infonicht für MyISAM Storage Engine
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, multi-version concurrency control (MVCC)jaja infoTable Locks oder Row Locks abhängig von Storage Engine
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStoragejajaja infowith automatic compression on writesja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajajaja
Berechtigungskonzept infoZugriffskontrolleneinRole-based access controlBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardneinBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder Rollen

Weitere Informationen bereitgestellt vom Systemhersteller

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
DrittanbieterNavicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» mehr

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» 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
AlaSQLGigaSpacesH2LevelDBMySQL
DB-Engines Blog Posts

MySQL is the DBMS of the Year 2019
3. Januar 2020, Matthias Gelbmann, Paul Andlinger

MariaDB strengthens its position in the open source RDBMS market
5. April 2018, Matthias Gelbmann

The struggle for the hegemony in Oracle's database empire
2. Mai 2017, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

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

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

bereitgestellt von Google News

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

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

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

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

Your occasional storage digest with GigaSpaces, Virtana and NAND ship data – Blocks and Files
7. Dezember 2020, Blocks and Files

bereitgestellt von Google News

LevelDB in Ruby — SitePoint
22. Oktober 2014, SitePoint

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14. September 2022, BleepingComputer

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19. Oktober 2022, Blocks and Files

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26. Juli 2021, Phoronix

Rust-Based Info Stealers Abuse GitHub Codespaces
19. Mai 2023, Trend Micro

bereitgestellt von Google News

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18. März 2024, AWS Blog

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22. April 2024, Oracle

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29. Dezember 2023, InfoQ.com

PostgreSQL or MySQL: What Should I Choose for My Full-Stack Project?
10. April 2024, hackernoon.com

Google advances with vector search in MySQL, leapfrogging Oracle in LLM support
4. März 2024, The Register

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

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

RaimaDB logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Neo4j logo

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

Milvus logo

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

Präsentieren Sie hier Ihr Produkt