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

DBMS > EXASOL vs. Google Cloud Datastore vs. Manticore Search vs. MariaDB vs. RDF4J

Vergleich der Systemeigenschaften EXASOL vs. Google Cloud Datastore vs. Manticore Search vs. MariaDB vs. RDF4J

Redaktionelle Informationen bereitgestellt von DB-Engines
NameEXASOL  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenManticore Search  Xaus Vergleich ausschliessenMariaDB  Xaus Vergleich ausschliessenRDF4J infoformerly known as Sesame  Xaus Vergleich ausschliessen
KurzbeschreibungHigh-performance, in-memory, MPP database specifically designed for in-memory analytics.Selbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformMulti-storage database for search, including full-text search.Open source RDBMS, das zu MySQL anwendungskompatibel ist und zusätzliche Features wie Hochverfügbarkeit, Security, Interoperabilität und Performanceverbesserungen aufweist. Mit MariaDB ColumnStore bietet es auch eine spaltenorientierte storage engineRDF4J ist ein Java Framework zur Verarbeitung von RDF Daten, sowohl Hauptspeicher- als auch Disk-basiert.
Primäres DatenbankmodellRelational DBMSDocument StoreSuchmaschineRelational DBMSRDF Store
Sekundäre DatenbankmodelleTime Series DBMS infousing the Manticore Columnar LibraryDocument Store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte2,25
Rang#120  Overall
#57  Relational DBMS
Punkte4,49
Rang#79  Overall
#12  Document Stores
Punkte0,23
Rang#317  Overall
#21  Suchmaschinen
Punkte93,81
Rang#13  Overall
#9  Relational DBMS
Punkte0,71
Rang#231  Overall
#9  RDF Stores
Websitewww.exasol.comcloud.google.com/­datastoremanticoresearch.commariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
rdf4j.org
Technische Dokumentationwww.exasol.com/­resourcescloud.google.com/­datastore/­docsmanual.manticoresearch.commariadb.com/­kb/­en/­libraryrdf4j.org/­documentation
EntwicklerExasolGoogleManticore SoftwareMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoDer Lead Developer Monty Widenius ist der ursprüngliche Autor von MySQL
Since 2016 officially forked into an Eclipse project, former developer was Aduna Software.
Erscheinungsjahr2000200820172009 infoFork of MySQL, which was first released in 19952004
Aktuelle Version6.0, Februar 202311.3.2, Februar 2024
Lizenz infoCommercial or Open SourcekommerziellkommerziellOpen Source infoGPL Version 2Open Source infoGPL Version 2, kommerzielle Enterpriselizenz verfügbarOpen Source infoEclipse Distribution License (EDL), v1.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++C und C++Java
Server BetriebssystemegehostetFreeBSD
Linux
macOS
Windows
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
OS X
Unix
Windows
DatenschemajaschemafreiFixed schemaja infoDynamic Columns werden unterstütztja infoRDF Schemas
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja, Details hierInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinCan index from XMLja
Sekundärindizesjajaja infoFull-Text Index auf allen Suchfeldernjaja
SQL infoSupport of SQLjaSQL-like query language (GQL)SQL-like query languageja infomit proprietären Erweiterungennein
APIs und andere Zugriffskonzepte.Net
JDBC
ODBC
WebSocket
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
ADO.NET
JDBC
ODBC
Proprietäres native API
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
Unterstützte ProgrammiersprachenJava
Lua
Python
R
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Java
PHP
Python
Server-seitige Scripts infoStored Proceduresbenutzerdefinierte Funktionenmit Google App Engineuser defined functionsja infoseit Version 10.3 auch PL/SQL kompatibelja
TriggersjaCallbacks mit Google Apps Engineneinjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingShardingSharding infoAufteilung der Daten erfolgt manuell, Suchabfragen auf verteilten Index werden unterstützt.Horizontale Partitionierung, Shardingkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using PaxosSynchronous replication based on Galera libraryMulti-Source Replikation
Source-Replica Replikation
keine
MapReduce infoBietet ein API für Map/Reduce Operationenja infoHadoop integrationja infomittels Google Cloud Dataflowneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaja infovia ReferenceProperties or Ancestor pathsneinja infonicht für MyISAM Storage Engine
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoSerializable Isolation within Transactions, Read Committed outside of Transactionsja infoisolated transactions for atomic changes and binary logging for safe writesACID infonicht für MyISAM Storage EngineACID infoIsolation abhängig vom verwendeten API
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajaja infoDer Originalinhalt von Feldern wird nicht im Manticore-Index gespeichert.ja infonicht für In-Memory Storage Engineja infoIn-memory Storage wird ebenfalls unterstützt
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinja infowith MEMORY storage engine
Berechtigungskonzept infoZugriffskontrolleAccess rights for users, groups and roles according to SQL-standardAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)neinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardnein
Weitere Informationen bereitgestellt vom Systemhersteller
EXASOLGoogle Cloud DatastoreManticore SearchMariaDBRDF4J infoformerly known as Sesame
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» mehr
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» mehr
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» mehr
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» mehr
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» mehr
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» 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
DrittanbieterNavicat for MariaDB provides a native environment for MariaDB database management 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
EXASOLGoogle Cloud DatastoreManticore SearchMariaDBRDF4J infoformerly known as Sesame
DB-Engines Blog Posts

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

PostgreSQL is the DBMS of the Year 2017
2. Januar 2018, Paul Andlinger, Matthias Gelbmann

Big gains for Relational Database Management Systems in DB-Engines Ranking
2. Februar 2016, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Exasol gets jolt of AI with Espresso suite of capabilities
26. Februar 2024, TechTarget

Exasol Unveils New Suite of AI Tools to Turbocharge Enterprise Data Analytics
21. Februar 2024, Business Wire

Exasol Reimagines In-Memory Analytics with Major Database Update
30. Mai 2023, Datanami

It's Back to the Database Future for Exasol CEO Tewes
26. Oktober 2023, Datanami

Top Customer-Rated Exasol Espresso Gets Boost of AI
13. November 2023, Business Wire

bereitgestellt von Google News

Google Cloud is NOT magicking away data egress fees
12. Januar 2024, The Stack

SAP adds vector datastore to HANA Cloud database
2. November 2023, Techzine Europe

NetApp Cloud Volumes Service datastore support for Google Cloud VMware Engine
7. Februar 2023, NetApp

Your Memories. Their Cloud.
1. Januar 2023, The New York Times

All of Google’s cloud database services are now out of beta
16. August 2016, TechCrunch

bereitgestellt von Google News

Vector Search in Databases: FOSDEM's Presentation on Manticore Vector Search
21. Februar 2024, hackernoon.com

Comparing Meilisearch and Manticore Search Using Key Benchmarks
2. Mai 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1. Juni 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1. Februar 2023, Gizmodo

TF-IDF in a nutshell. Understanding TF-IDF evolution in 5… | by Sergey Nikolaev
13. April 2020, Towards Data Science

bereitgestellt von Google News

Struggling database company MariaDB could be taken private in $37M deal
19. Februar 2024, TechCrunch

Can MariaDB’s enterprise business be saved?
21. Februar 2024, InfoWorld

MariaDB Receives Takeover Bid | DealFlow's SPAC News
29. März 2024, DealFlow's SPAC News

Lender threatens to sweep MariaDB accounts over private equity bid
23. Februar 2024, The Register

MariaDB (NYSE:MRDB) Shares Up 2.4%
13. April 2024, Defense World

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.

AllegroGraph logo

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

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Präsentieren Sie hier Ihr Produkt