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 > Bangdb vs. CrateDB vs. NuoDB vs. Quasardb vs. VelocityDB

Vergleich der Systemeigenschaften Bangdb vs. CrateDB vs. NuoDB vs. Quasardb vs. VelocityDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBangdb  Xaus Vergleich ausschliessenCrateDB  Xaus Vergleich ausschliessenNuoDB  Xaus Vergleich ausschliessenQuasardb  Xaus Vergleich ausschliessenVelocityDB  Xaus Vergleich ausschliessen
KurzbeschreibungConverged and high performance database for device data, events, time series, document and graphVerteilter Data Store basierend auf LuceneNuoDB ist eine skalierbare verteilte Datenbank, mit SQL und ACID TransaktionenDistributed, high-performance timeseries databaseA .NET Object Database that can be embedded/distributed and extended to a graph data model (VelocityGraph)
Primäres DatenbankmodellDocument Store
Graph DBMS
Time Series DBMS
Document Store
Spatial DBMS
Suchmaschine
Time Series DBMS
Vektor DBMS
Relational DBMSTime Series DBMSGraph DBMS
Object oriented DBMS
Sekundäre DatenbankmodelleSpatial DBMSRelational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,08
Rang#347  Overall
#47  Document Stores
#34  Graph DBMS
#31  Time Series DBMS
Punkte0,73
Rang#224  Overall
#37  Document Stores
#5  Spatial DBMS
#16  Suchmaschinen
#19  Time Series DBMS
#8  Vektor DBMS
Punkte0,89
Rang#198  Overall
#92  Relational DBMS
Punkte0,14
Rang#332  Overall
#29  Time Series DBMS
Punkte0,05
Rang#358  Overall
#36  Graph DBMS
#16  Object oriented DBMS
Websitebangdb.comcratedb.comwww.3ds.com/­nuodb-distributed-sql-databasequasar.aivelocitydb.com
Technische Dokumentationdocs.bangdb.comcratedb.com/­docsdoc.nuodb.comdoc.quasar.ai/­mastervelocitydb.com/­UserGuide
EntwicklerSachin Sinha, BangDBCrateDassault Systèmes infooriginally NuoDB, Inc.quasardbVelocityDB Inc
Erscheinungsjahr20122013201320092011
Aktuelle VersionBangDB 2.0, October 20213.14.1, Jänner 20247.x
Lizenz infoCommercial or Open SourceOpen Source infoBSD 3Open Sourcekommerziell infoLimitierte Edition gratiskommerziell infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licenseskommerziell
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.
ImplementierungsspracheC, C++JavaC++C++C#
Server BetriebssystemeLinuxAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportgehostet infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
BSD
Linux
OS X
Windows
Any that supports .NET
DatenschemaschemafreiFlexible Schema (defined schema, partial schema, schema free)jaschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder dateyes: string, long, double, int, geospatial, stream, eventsjajaja infointeger and binaryja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesja infosecondary, composite, nested, reverse, geospatialjajaja infomittels Tagsja
SQL infoSupport of SQLSQL like support with command line toolyes, but no triggers and constraints, and PostgreSQL compatibilityjaSQL-like query languagenein
APIs und andere ZugriffskonzeptePropriätäres Protokoll
RESTful HTTP API
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
ADO.NET
JDBC
ODBC
HTTP API.Net
Unterstützte ProgrammiersprachenC
C#
C++
Java
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
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
.Net
Server-seitige Scripts infoStored Proceduresneinbenutzerdefinierte FunktionenJava, SQLneinnein
Triggersyes, Notifications (with Streaming only)neinjaneinCallbacks are triggered when data changes
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingdynamische Verteilung der Daten auf die einzelnen KnotenSharding infoconsistent hashingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenselectable replication factor, Knob for CAP (enterprise version only)Configurable replication on table/partition-levelja infoManaged transparently by NuoDBSource-Replica Replikation mit wählbarem Replikationsfaktor
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinwith Hadoop integrationnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemTunable consistency, set CAP knob accordinglyEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinjaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDnein infounique row identifiers can be used for implementing an optimistic concurrency control strategyACID infotunable commit protocolACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controljaja infoMVCCjaja
Durability infoDauerhafte Speicherung der Datenyes, implements WAL (Write ahead log) as welljajaja infomittels LevelDBja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenyes, run db with in-memory only modeneinja infoTemporary tableja infoTransient modeja
Berechtigungskonzept infoZugriffskontrolleyes (enterprise version only)Rechteverwaltung mit BenutzeraccountsStandard SQL Rollen und RechteCryptographically strong user authentication and audit trailBased on Windows Authentication
Weitere Informationen bereitgestellt vom Systemhersteller
BangdbCrateDBNuoDBQuasardbVelocityDB
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
BangdbCrateDBNuoDBQuasardbVelocityDB
DB-Engines Blog Posts

Meet some database management systems you are likely to hear more about in the future
4. August 2014, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

CrateDB Appoints Sergey Gerasimenko as New CTO
20. Februar 2024, CIO News

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

Crate.io Introduces CrateDB 2.0 Enterprise and Open Source Editions
16. Mai 2017, Business Wire

Crate.io Expands CrateDB Cloud with the Launch of CrateDB Edge
15. April 2021, GlobeNewswire

bereitgestellt von Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25. November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16. Oktober 2017, The New Stack

NuoDB set to improve distributed SQL performance
7. Januar 2020, TechTarget

Big Data Product Watch 1/31/17: No-Cost NuoDB, GPU Analytics, Cloud Object Storage, More -- ADTmag
31. Januar 2017, ADT Magazine

Dassault Systèmes to acquire Cambridge database startup - Boston Business Journal
25. November 2020, The Business Journals

bereitgestellt von Google News

Record quasar is most luminous object in the universe
20. Februar 2024, EarthSky

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11. September 2023, Datanami

QUASAR yacht (Bilgin, 46.8m, 2016)
3. Juli 2023, Boat International

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6. Juni 2023, PR Newswire

QuestDB gets $12M Series A funding amid growing interest in time-series databases
3. November 2021, SiliconANGLE News

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.

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

Milvus logo

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