DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Bangdb vs. HarperDB vs. InfinityDB vs. RocksDB vs. Teradata

Vergleich der Systemeigenschaften Bangdb vs. HarperDB vs. InfinityDB vs. RocksDB vs. Teradata

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBangdb  Xaus Vergleich ausschliessenHarperDB  Xaus Vergleich ausschliessenInfinityDB  Xaus Vergleich ausschliessenRocksDB  Xaus Vergleich ausschliessenTeradata  Xaus Vergleich ausschliessen
KurzbeschreibungConverged and high performance database for device data, events, time series, document and graphUltra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.A Java embedded Key-Value Store which extends the Java Map interfaceEmbeddable persistent key-value store optimized for fast storage (flash and RAM)A hybrid cloud data analytics software platform (Teradata Vantage)
Primäres DatenbankmodellDocument Store
Graph DBMS
Time Series DBMS
Document StoreKey-Value StoreKey-Value StoreRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
Graph DBMS
Spatial DBMS
Time Series 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,55
Rang#248  Overall
#38  Document Stores
Punkte0,00
Rang#378  Overall
#57  Key-Value Stores
Punkte3,65
Rang#85  Overall
#11  Key-Value Stores
Punkte45,33
Rang#21  Overall
#15  Relational DBMS
Websitebangdb.comwww.harperdb.ioboilerbay.comrocksdb.orgwww.teradata.com
Technische Dokumentationdocs.bangdb.comdocs.harperdb.io/­docsboilerbay.com/­infinitydb/­manualgithub.com/­facebook/­rocksdb/­wikidocs.teradata.com
EntwicklerSachin Sinha, BangDBHarperDBBoiler Bay Inc.Facebook, Inc.Teradata
Erscheinungsjahr20122017200220131984
Aktuelle VersionBangDB 2.0, October 20213.1, August 20214.09.2.1, Mai 2024Teradata Vantage 1.0 MU2, Jänner 2019
Lizenz infoCommercial or Open SourceOpen Source infoBSD 3kommerziell infofree community edition availablekommerziellOpen Source infoBSDkommerziell
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.
ImplementierungsspracheC, C++Node.jsJavaC++
Server BetriebssystemeLinuxLinux
OS X
Alle Betriebssysteme mit einer Java VMLinuxgehostet
Linux
Datenschemaschemafreidynamic schemaja infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder dateyes: string, long, double, int, geospatial, stream, eventsja infoJSON data typesja infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysneinja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinja
Sekundärindizesja infosecondary, composite, nested, reverse, geospatialjanein infomanual creation possible, using inversions based on multi-value capabilityneinja infoSpezielle Join-Indizes für physikalisches 'pre-joining' von Tabellen
SQL infoSupport of SQLSQL like support with command line toolSQL-like data manipulation statementsneinneinja infoSQL 2016 + extensions
APIs und andere ZugriffskonzeptePropriätäres Protokoll
RESTful HTTP API
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
Access via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
C++ API
Java API
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Unterstützte ProgrammiersprachenC
C#
C++
Java
Python
.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
JavaC
C++
Go
Java
Perl
Python
Ruby
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-seitige Scripts infoStored ProceduresneinCustom Functions infosince release 3.1neinneinja infoUDFs, stored procedures, table functions in parallel
Triggersyes, Notifications (with Streaming only)neinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmA table resides as a whole on one (or more) nodes in a clusterkeinehorizontal partitioningSharding infoHashing
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenselectable replication factor, Knob for CAP (enterprise version only)ja infothe nodes on which a table resides can be definedkeinejaMulti-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemTunable consistency, set CAP knob accordinglyImmediate ConsistencyImmediate Consistency infoREAD-COMMITTED or SERIALIZEDImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinnein infomanual creation possible, using inversions based on multi-value capabilityneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDAtomic execution of specific operationsACID infoOptimistic locking for transactions; no isolation for bulk loadsjaACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controljajajaja
Durability infoDauerhafte Speicherung der Datenyes, implements WAL (Write ahead log) as wellyes, using LMDBjajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenyes, run db with in-memory only modejaneinjaja
Berechtigungskonzept infoZugriffskontrolleyes (enterprise version only)Access rights for users and rolesneinneinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard

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
DrittanbieterSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» 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
BangdbHarperDBInfinityDBRocksDBTeradata
DB-Engines Blog Posts

Teradata is the most popular data warehouse DBMS
2. April 2013, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Meet HarperDB, Winner of the Startups of the Year in Denver
9. Februar 2024, hackernoon.com

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22. Juni 2023, hackernoon.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29. November 2022, AWS Blog

A sharper HarperDB, connectivity done auspiciously
16. Januar 2023, Techzine Europe

Stephen Goldberg Named 2023 Bill Daniels Ethical Leader of the Year | CU Denver Business School News
9. Januar 2023, business-news.ucdenver.edu

bereitgestellt von Google News

Did Rockset Just Solve Real-Time Analytics?
25. August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31. August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29. März 2024, Phoronix

Facebook's MyRocks Truly Rocks!
21. September 2020, Open Source For You

CockroachDB Launches Advanced Key-Value Store Pebble
23. Dezember 2022, Analytics India Magazine

bereitgestellt von Google News

Is There Now An Opportunity In Teradata Corporation (NYSE:TDC)?
28. Mai 2024, Yahoo Finance

Should You Be Excited About Teradata Corporation's (NYSE:TDC) 78% Return On Equity?
27. Mai 2024, Simply Wall St

Teradata Co. (NYSE:TDC) Shares Purchased by Neuberger Berman Group LLC
28. Mai 2024, Defense World

Teradata takes plunge into lakehouse waters, but not everyone is convinced
23. Mai 2024, The Register

Teradata Asks 9th Circ. To Revive SAP Antitrust, IP Claims
12. Februar 2024, Law360

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

AllegroGraph logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

RaimaDB logo

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

Präsentieren Sie hier Ihr Produkt