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

DBMS > Alibaba Cloud ApsaraDB for PolarDB vs. Alibaba Cloud Log Service vs. BigObject vs. CrateDB vs. Tarantool

Vergleich der Systemeigenschaften Alibaba Cloud ApsaraDB for PolarDB vs. Alibaba Cloud Log Service vs. BigObject vs. CrateDB vs. Tarantool

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlibaba Cloud ApsaraDB for PolarDB  Xaus Vergleich ausschliessenAlibaba Cloud Log Service  Xaus Vergleich ausschliessenBigObject  Xaus Vergleich ausschliessenCrateDB  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessen
KurzbeschreibungA cloud-native relational database compatible with MySQL, PostgreSQL, and Oracle. Designed for business critical applications.A complete real-time data logging service that supports collection, consumption, shipping, search, and analysis of logs.Analytic DBMS für Echtzeitberechnungen und QueriesVerteilter Data Store basierend auf LuceneIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primäres DatenbankmodellRelational DBMSSuchmaschineRelational DBMS infoEin hierarchisches Modell (Baum) kann einer Tabelle übergestülpt werdenDocument Store
Spatial DBMS
Suchmaschine
Time Series DBMS
Vektor DBMS
Document Store
Key-Value Store
Relational DBMS
Sekundäre DatenbankmodelleRelational DBMSSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,49
Rang#266  Overall
#123  Relational DBMS
Punkte0,46
Rang#268  Overall
#19  Suchmaschinen
Punkte0,17
Rang#333  Overall
#146  Relational DBMS
Punkte0,76
Rang#226  Overall
#37  Document Stores
#5  Spatial DBMS
#16  Suchmaschinen
#18  Time Series DBMS
#8  Vektor DBMS
Punkte1,88
Rang#146  Overall
#24  Document Stores
#25  Key-Value Stores
#68  Relational DBMS
Websitewww.alibabacloud.com/­product/­polardbwww.alibabacloud.com/­product/­log-servicebigobject.iocratedb.comwww.tarantool.io
Technische Dokumentationwww.alibabacloud.com/­help/­en/­polardb/­product-overviewwww.alibabacloud.com/­help/­en/­slsdocs.bigobject.iocratedb.com/­docswww.tarantool.io/­en/­doc
EntwicklerAlibabaAlibabaCloud Inc.BigObject, Inc.CrateVK
Erscheinungsjahr2016201520132008
Aktuelle Version2.10.0, Mai 2022
Lizenz infoCommercial or Open Sourcekommerziellkommerziellkommerziell infokostenlose community edition verfügbarOpen SourceOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjajaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
ImplementierungsspracheJavaC und C++
Server BetriebssystemegehostetgehostetLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
All Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportBSD
Linux
macOS
DatenschemajaschemafreijaFlexible Schema (defined schema, partial schema, schema free)Flexible data schema: relational definition for tables with ability to store json-like documents in columns
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajajastring, double, decimal, uuid, integer, blob, boolean, datetime
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinneinneinnein
Sekundärindizesjajajajaja
SQL infoSupport of SQLjaSQL for queryingSQL-like DML and DDL statementsyes, but no triggers and constraints, and PostgreSQL compatibilityFull-featured ANSI SQL support
APIs und andere ZugriffskonzepteJDBC
ODBC
HTTP RESTfluentd
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Open binary protocol
Unterstützte ProgrammiersprachenJava
Python
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-seitige Scripts infoStored ProceduresjaneinLuabenutzerdefinierte FunktionenLua, C and SQL stored procedures
Triggersjajaneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoImplicit feature of the cloud serviceShardingkeineShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infoImplicit feature of the cloud service3 replicaskeineConfigurable replication on table/partition-levelAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoBietet ein API für Map/Reduce OperationenneinES-Hadoop Connectorneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual ConsistencykeineEventual Consistency
Read-after-write consistency on record level
Casual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Fremdschlüssel inforeferenzielle Integritätjaneinja infoautomatically between fact table and dimension tablesneinyes
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinneinnein infounique row identifiers can be used for implementing an optimistic concurrency control strategyACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja infoRead/write lock on objects (tables, trees)jaja
Durability infoDauerhafte Speicherung der Datenjajajajayes, write ahead logging
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinjaneinyes, full featured in-memory storage engine with persistence
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAlibaba Cloud user access controlneinRechteverwaltung mit BenutzeraccountsAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Weitere Informationen bereitgestellt vom Systemhersteller
Alibaba Cloud ApsaraDB for PolarDBAlibaba Cloud Log ServiceBigObjectCrateDBTarantool
Specific characteristicsApsaraDB for PolarDB is a cloud-native relational database 100% compatible with MySQL...
» mehr
A real-time service for telementry data (log, metric, trace). Alibaba Cloud Log Service...
» mehr
The enterprise database for time series, documents, and vectors. Distributed - Native...
» mehr
Competitive advantagesWebinar: Top Scientists Live: Tech Secrets to Double 11's Success Revealed. White...
» mehr
* Ease of use: Completes data collections from more than 30 data sources within five...
» mehr
Response time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» mehr
Typical application scenariosCreating a Robust Cloud-Based Database for Fintech, E-Commerce and Gaming. Learn...
» mehr
* Log/Trace/Event Search & Analysis * Application Monitoring * Operation Analysis...
» mehr
​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» mehr
Key customers* Alibaba & Ant-Finance:he infrastructure service for the Corp * Over 22k Subscriber...
» mehr
Across all continents, CrateDB is used by companies of all sizes to meet the most...
» mehr
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» mehr
Licensing and pricing modelsSpecification and pricing. You can use either of the following billing methods to...
» mehr
Pay-As-You-Go https://www.alibabacloud.com/product/log-service/pricing
» mehr
See CrateDB pricing >
» 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
Alibaba Cloud ApsaraDB for PolarDBAlibaba Cloud Log ServiceBigObjectCrateDBTarantool
DB-Engines Blog Posts

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Alibaba Cloud upgrades AnalyticDB with Vector Database Engine as a one-stop solution for building generative AI capabilities
27. Juli 2023, ZAWYA

Top Data Backup Certifications in 2022
25. August 2022, Enterprise Storage Forum

bereitgestellt von Google News

2 Methods for Installing Serverless Kubernetes in Alibaba Cloud
29. März 2022, hackernoon.com

Alibaba Cloud Further Facilitates Digital Transformation Acceleration across Asia in the Year of the Pandemic
27. Januar 2021, PR Newswire

Alibaba (BABA) Boosts Global Presence With New Cloud Products
5. Juni 2019, Yahoo Finance

Alibaba Cloud Further Facilitates Digital Transformation Acceleration Across Asia
27. Januar 2021, MESA Website

Alibaba Cloud targets SMEs with SaaS accelerator
3. Juni 2019, Channel Asia Singapore

bereitgestellt von Google News

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25. März 2024, PR Newswire

CrateDB Appoints Sergey Gerasimenko as New CTO
19. Februar 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29. August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1. März 2023, Business Wire

CrateDB 4.5 takes distributed SQL database open source
24. März 2021, TechTarget

bereitgestellt von Google News

In-Memory Showdown: Redis vs. Tarantool
1. September 2021, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13. April 2020, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9. Oktober 2019, Хабр

VShard — horizontal scaling in Tarantool
7. März 2019, Хабр

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

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

Milvus logo

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

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