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

DBMS > AlaSQL vs. Axibase vs. Oracle NoSQL vs. Rockset vs. Tarantool

Vergleich der Systemeigenschaften AlaSQL vs. Axibase vs. Oracle NoSQL vs. Rockset vs. Tarantool

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenAxibase  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenRockset  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS librarySkalierbares Timeseries DBMS basierend auf HBase mit integrierter Rule Engine und VisualisierungA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesA scalable, reliable search and analytics service in the cloud, built on RocksDBIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primäres DatenbankmodellDocument Store
Relational DBMS
Time Series DBMSDocument Store
Key-Value Store
Relational DBMS
Document StoreDocument Store
Key-Value Store
Relational DBMS
Sekundäre DatenbankmodelleRelational DBMS
Suchmaschine
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,49
Rang#259  Overall
#40  Document Stores
#120  Relational DBMS
Punkte0,32
Rang#288  Overall
#25  Time Series DBMS
Punkte2,96
Rang#103  Overall
#18  Document Stores
#17  Key-Value Stores
#52  Relational DBMS
Punkte0,84
Rang#209  Overall
#35  Document Stores
Punkte1,67
Rang#150  Overall
#25  Document Stores
#25  Key-Value Stores
#69  Relational DBMS
Websitealasql.orgaxibase.com/­docs/­atsd/­financewww.oracle.com/­database/­nosql/­technologies/­nosqlrockset.comwww.tarantool.io
Technische Dokumentationgithub.com/­AlaSQL/­alasqldocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.rockset.comwww.tarantool.io/­en/­doc
EntwicklerAndrey Gershun & Mathias R. WulffAxibase CorporationOracleRocksetVK
Erscheinungsjahr20142013201120192008
Aktuelle Version1558523.3, Dezember 20232.10.0, Mai 2022
Lizenz infoCommercial or Open SourceOpen Source infoMIT-Licensekommerziell infoCommunity Edition (single node) is free, Enterprise Edition (distributed) is paidOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)kommerziellOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinjanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaScriptJavaJavaC++C und C++
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)LinuxLinux
Solaris SPARC/x86
gehostetBSD
Linux
macOS
DatenschemaschemafreijaSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schemafreiFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinja infoshort, integer, long, float, double, decimal, stringoptionaldynamic typingstring, 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, XSLTneinneinneinnein infoingestion from XML files supportednein
Sekundärindizesneinneinjaall fields are automatically indexedja
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like query languageSQL-like DML and DDL statementsRead-only SQL queries, including JOINsFull-featured ANSI SQL support
APIs und andere ZugriffskonzepteJavaScript APIJDBC
Proprietary protocol (Network API)
RESTful HTTP API
RESTful HTTP APIHTTP RESTOpen binary protocol
Unterstützte ProgrammiersprachenJavaScriptGo
Java
PHP
Python
R
Ruby
C
C#
Go
Java
JavaScript (Node.js)
Python
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-seitige Scripts infoStored ProceduresneinjaneinneinLua, C and SQL stored procedures
Triggersjajaneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineShardingShardingAutomatic shardingSharding, 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 KnotenkeineSource-Replica ReplikationElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurejaAsynchronous 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 Operationenneinjawith Hadoop integrationnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineEventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Eventual ConsistencyCasual 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ätjaneinneinneinyes
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageneinkonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)neinACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStoragejajajayes, write ahead logging
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja infooff heap cacheyes, full featured in-memory storage engine with persistence
Berechtigungskonzept infoZugriffskontrolleneinZugriffsrechte für Benutzer und RollenAccess rights for users and organizations can be defined via Rockset consoleAccess 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

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
AlaSQLAxibaseOracle NoSQLRocksetTarantool
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

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

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21. August 2023, Oracle

Oracle NoSQL database comes to the cloud
2. April 2020, TechTarget

Blog Theme - Details
4. April 2023, Oracle

Oracle Defies Self With 'NoSQL' Database
3. Oktober 2011, WIRED

Oracle Defends Relational DBs Against NoSQL Competitors
25. November 2015, eWeek

bereitgestellt von Google News

Rockset Announces 2024 Index Conference, Industry Event for Engineers Building Search, Analytics, and AI ...
18. April 2024, Datanami

Honing business data with AI real-time analytics
14. März 2024, SiliconANGLE News

Rockset lands $44M to power real-time search and analytics apps
29. August 2023, TechCrunch

Rockset targets cost control with latest database update
31. Januar 2024, TechTarget

Rockset Releases New Instance Class, Gains Momentum as the Search and Analytics Database Built for the Cloud
31. Januar 2024, GlobeNewswire

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, Хабр

RAMAX Group получила партнерский статус уровня Gold по продукту Tarantool
16. April 2024, spbit.ru

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.

Milvus logo

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

AllegroGraph logo

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

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

Präsentieren Sie hier Ihr Produkt