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 > CrateDB vs. InfinityDB vs. Sqrrl vs. ToroDB vs. Vitess

Vergleich der Systemeigenschaften CrateDB vs. InfinityDB vs. Sqrrl vs. ToroDB vs. Vitess

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCrateDB  Xaus Vergleich ausschliessenInfinityDB  Xaus Vergleich ausschliessenSqrrl  Xaus Vergleich ausschliessenToroDB  Xaus Vergleich ausschliessenVitess  Xaus Vergleich ausschliessen
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.ToroDB seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
KurzbeschreibungVerteilter Data Store basierend auf LuceneA Java embedded Key-Value Store which extends the Java Map interfaceAdaptable, secure NoSQL built on Apache AccumuloA MongoDB-compatible JSON document store, built on top of PostgreSQLScalable, distributed, cloud-native DBMS, extending MySQL
Primäres DatenbankmodellDocument Store
Spatial DBMS
Suchmaschine
Time Series DBMS
Vektor DBMS
Key-Value StoreDocument Store
Graph DBMS
Key-Value Store
Wide Column Store
Document StoreRelational DBMS
Sekundäre DatenbankmodelleRelational DBMSDocument Store
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,73
Rang#224  Overall
#37  Document Stores
#5  Spatial DBMS
#16  Suchmaschinen
#19  Time Series DBMS
#8  Vektor DBMS
Punkte0,00
Rang#378  Overall
#57  Key-Value Stores
Punkte0,82
Rang#209  Overall
#97  Relational DBMS
Websitecratedb.comboilerbay.comsqrrl.comgithub.com/­torodb/­servervitess.io
Technische Dokumentationcratedb.com/­docsboilerbay.com/­infinitydb/­manualvitess.io/­docs
EntwicklerCrateBoiler Bay Inc.Amazon infoursprünglich Sqrrl Data, Inc.8KdataThe Linux Foundation, PlanetScale
Erscheinungsjahr20132002201220162013
Aktuelle Version4.015.0.2, December 2022
Lizenz infoCommercial or Open SourceOpen SourcekommerziellkommerziellOpen Source infoAGPL-V3Open Source infoApache Version 2.0, commercial licenses available
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.
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.
ImplementierungsspracheJavaJavaJavaJavaGo
Server BetriebssystemeAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportAlle Betriebssysteme mit einer Java VMLinuxAlle Betriebssysteme mit einer Java 7 VMDocker
Linux
macOS
DatenschemaFlexible Schema (defined schema, partial schema, schema free)ja infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeschemafreischemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysjaja infostring, integer, double, boolean, date, object_idja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein
Sekundärindizesjanein infomanual creation possible, using inversions based on multi-value capabilityjaja
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilityneinneinja infomit proprietären Erweiterungen
APIs und andere ZugriffskonzepteADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Access via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
ADO.NET
JDBC
MySQL protocol
ODBC
Unterstützte Programmiersprachen.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
JavaActionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
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 Proceduresbenutzerdefinierte Funktionenneinneinja infoproprietäre Syntax
Triggersneinneinneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingkeineSharding infoBasierend auf HadoopShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenConfigurable replication on table/partition-levelkeinefrei wählbarer Replikationsfaktor infobasierend auf HadoopSource-Replica ReplikationMulti-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Read-after-write consistency on record level
Immediate Consistency infoREAD-COMMITTED or SERIALIZEDImmediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.Eventual Consistency
Immediate Consistency
Eventual Consistency across shards
Immediate Consistency within a shard
Fremdschlüssel inforeferenzielle Integritätneinnein infomanual creation possible, using inversions based on multi-value capabilityneinneinja infonicht für MyISAM Storage Engine
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infounique row identifiers can be used for implementing an optimistic concurrency control strategyACID infoOptimistic locking for transactions; no isolation for bulk loadsAtomic updates per row, document, or graph entityneinACID at shard level
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja infoTable Locks oder Row Locks abhängig von Storage Engine
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinja
Berechtigungskonzept infoZugriffskontrolleRechteverwaltung mit BenutzeraccountsneinCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)Zugriffsrechte für Benutzer und RollenBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder Rollen
Weitere Informationen bereitgestellt vom Systemhersteller
CrateDBInfinityDBSqrrlToroDBVitess
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» mehr
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» mehr
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» mehr
Key customersAcross 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 modelsSee 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
CrateDBInfinityDBSqrrlToroDBVitess
Erwähnungen in aktuellen Nachrichten

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

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8. April 2024, Datanami

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

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

Crate.io unboxes clustered SQL CrateDB, decamps to California
14. Dezember 2016, The Register

bereitgestellt von Google News

Splunk details Sqrrl 'screw-ups' that hampered threat hunting
6. Mai 2024, TechTarget

Amazon acquires cybersecurity startup Sqrrl
8. Juni 2023, cisomag.com

Millennials possess the advantage of time for wealth creation, says Yashoraj Tyagi of Sqrrl | Mint
18. September 2023, Mint

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23. Januar 2018, CNBC

AWS beefs up threat detection with Sqrrl acquisition
24. Januar 2018, TechCrunch

bereitgestellt von Google News

Vitess, the database clustering system powering YouTube, graduates CNCF incubation
5. November 2019, SiliconANGLE News

PlanetScale Unveils Distributed MySQL Database Service Based on Vitess
18. Mai 2021, Datanami

They scaled YouTube — now they’ll shard everyone with PlanetScale
13. Dezember 2018, TechCrunch

Massively Scaling MySQL Using Vitess
19. Februar 2019, InfoQ.com

PlanetScale review: Horizontally scalable MySQL in the cloud
1. September 2021, InfoWorld

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

RaimaDB logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

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

Präsentieren Sie hier Ihr Produkt