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 > Amazon SimpleDB vs. CockroachDB vs. IBM Db2 Event Store vs. IRONdb vs. RDF4J

Vergleich der Systemeigenschaften Amazon SimpleDB vs. CockroachDB vs. IBM Db2 Event Store vs. IRONdb vs. RDF4J

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon SimpleDB  Xaus Vergleich ausschliessenCockroachDB  Xaus Vergleich ausschliessenIBM Db2 Event Store  Xaus Vergleich ausschliessenIRONdb  Xaus Vergleich ausschliessenRDF4J infoformerly known as Sesame  Xaus Vergleich ausschliessen
IRONdb seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
KurzbeschreibungGehostetes einfaches Datenbankservice von Amazon, die Daten liegen in der Amazon Cloud. infoEs gibt ein unabhängiges Produkt namens SimpleDB von Edward ScioreCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.Distributed Event Store optimized for Internet of Things use casesA distributed Time Series DBMS with a focus on scalability, fault tolerance and operational simplicityRDF4J ist ein Java Framework zur Verarbeitung von RDF Daten, sowohl Hauptspeicher- als auch Disk-basiert.
Primäres DatenbankmodellKey-Value StoreRelational DBMSEvent Store
Time Series DBMS
Time Series DBMSRDF Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte1,90
Rang#145  Overall
#24  Key-Value Stores
Punkte6,39
Rang#60  Overall
#34  Relational DBMS
Punkte0,25
Rang#320  Overall
#2  Event Stores
#28  Time Series DBMS
Punkte0,72
Rang#234  Overall
#9  RDF Stores
Websiteaws.amazon.com/­simpledbwww.cockroachlabs.comwww.ibm.com/­products/­db2-event-storewww.circonus.com/solutions/time-series-database/rdf4j.org
Technische Dokumentationdocs.aws.amazon.com/­simpledbwww.cockroachlabs.com/­docswww.ibm.com/­docs/­en/­db2-event-storedocs.circonus.com/irondb/category/getting-startedrdf4j.org/­documentation
EntwicklerAmazonCockroach LabsIBMCirconus LLC.Since 2016 officially forked into an Eclipse project, former developer was Aduna Software.
Erscheinungsjahr20072015201720172004
Aktuelle Version23.1.1, Mai 20232.0V0.10.20, January 2018
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoApache 2.0, commercial license availablekommerziell infofree developer edition availablekommerziellOpen Source infoEclipse Distribution License (EDL), v1.0.
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CockroachDB: A cloud-native, distributed SQL database designed for speed, scale, and survival. Get started for free today with a fully-managed CockroachDB cluster -- leave operations behind and get your app to market faster.
ImplementierungsspracheGoC und C++C und C++Java
Server BetriebssystemegehostetLinux
macOS
Windows
Linux infoLinux, macOS, Windows for the developer additionLinuxLinux
OS X
Unix
Windows
Datenschemaschemafreidynamic schemajaschemafreija infoRDF Schemas
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjajaja infotext, numeric, histogramsja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein
Sekundärindizesja infoAlle Spalten werden automatisch indiziertjaneinneinja
SQL infoSupport of SQLneinyes, wire compatible with PostgreSQLja infothrough the embedded Spark runtimeSQL-like query language (Circonus Analytics Query Language: CAQL)nein
APIs und andere ZugriffskonzepteRESTful HTTP APIJDBCADO.NET
DB2 Connect
JDBC
ODBC
RESTful HTTP API
HTTP APIJava API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
Unterstützte Programmiersprachen.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
C
C#
C++
Cobol
Delphi
Fortran
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Scala
Visual Basic
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Lua
Perl
PHP
Python
R
Ruby
Rust
Scala
Java
PHP
Python
Server-seitige Scripts infoStored Proceduresneinneinjayes, in Luaja
Triggersneinneinneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenkeine infoSharding muss in der Applikation implementiert werdenhorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTShardingAutomatic, metric affinity per nodekeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenjaMulti-source replication using RAFTActive-active shard replicationconfigurable replication factor, datacenter awarekeine
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infokann bei LeseOperationen spezifiziert werden
Immediate ConsistencyEventual ConsistencyImmediate consistency per node, eventual consistency across nodes
Fremdschlüssel inforeferenzielle Integritätneinjaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infoParallel ausgeführte Datenänderungen können von der Applikation entdeckt werdenACIDneinneinACID infoIsolation abhängig vom verwendeten API
Concurrency infoUnterstützung von gleichzeitig ausgeführten DatenmanipulationenjajaNo - written data is immutablejaja
Durability infoDauerhafte Speicherung der DatenjajaYes - Synchronous writes to local disk combined with replication and asynchronous writes in parquet format to permanent shared storagejaja infoIn-memory Storage wird ebenfalls unterstützt
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjanein
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und Rollen über AWS Identity and Access Management (IAM) definierbarRole-based access controlBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardneinnein
Weitere Informationen bereitgestellt vom Systemhersteller
Amazon SimpleDBCockroachDBIBM Db2 Event StoreIRONdbRDF4J infoformerly known as Sesame
Specific characteristicsCockroachDB is a cloud-native, distributed SQL database architected for modern applications....
» mehr
Competitive advantages- EFFORTLESS SCALE: Scale your applications, not operational complexity. CockroachDB...
» mehr
Typical application scenariosPayment processing, user account management, metadata management, identity access...
» mehr
Key customersComcast, DoorDash, Mythical Games, Norfolk Southern, Netflix, LUSH, Bose, Shipt,...
» mehr
Market metrics12K+ long-running clusters 25K+ CockroachDB self-hosted clusters 75K+ CockroachDB...
» mehr
Licensing and pricing models- Apache 2.0 for core features released up to and including the 19.1 release - Time-limited...
» 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
Amazon SimpleDBCockroachDBIBM Db2 Event StoreIRONdbRDF4J infoformerly known as Sesame
DB-Engines Blog Posts

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3. August 2015, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Amazon SimpleDB Management in Eclipse
22. Juli 2009, AWS Blog

Hands-on Tutorial for Getting Started with Amazon SimpleDB
28. Mai 2010, Packt Hub

Amazon DynamoDB Serves Trillions Of Requests Per Month While Counterpart SimpleDB Is No Longer A Listed Product On AWS
12. November 2013, TechCrunch

Choosing Consistency
24. Februar 2010, All Things Distributed

New SimpleDB Goodies: Enhanced Select, Larger Result Sets, Mandatory HTTPS | Amazon Web Services
20. Mai 2009, AWS Blog

bereitgestellt von Google News

CockroachDB 23.2 Enhances Enterprise Architectures with Improved Postgres Compatibility and Built-in Resilience
18. Januar 2024, PR Newswire

CockroachDB tempts legacy databases to crawl into the cloud age
29. Januar 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5. Dezember 2023, The New Stack

CockroachDB's Latest Enhancements Focus on Resilience
18. Januar 2024, Database Trends and Applications

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6. November 2023, AWS Blog

bereitgestellt von Google News

Capture and Analyze XXL Data Streams with IBM Db2 Event Store 2.0
22. August 2019, IBM

IBM releases Cloud Private for Data
29. Mai 2018, ZDNet

IBM Builds New Ultra-Fast Platform for Hoovering Up and Analyzing Data from Anywhere
31. Mai 2018, Data Center Knowledge

Top Milvus Alternatives in 2024
4. Oktober 2023, Slashdot

Best cloud databases of 2022
4. Oktober 2022, ITPro

bereitgestellt von Google News

Application observability firm Apica buys telemetry data startup Circonus and adds more funding
21. Februar 2024, SiliconANGLE News

Apica Acquires Telemetry Data Management Pioneer Circonus and Lands New Funding
21. Februar 2024, GlobeNewswire

Apica gets $6 million in funding and buys Circonus -
21. Februar 2024, Enterprise Times

bereitgestellt von Google News

GraphDB Goes Open Source
27. Januar 2020, iProgrammer

Ontotext's GraphDB 8.10 Makes Knowledge Graph Experience Faster and Richer
13. Juni 2019, Markets Insider

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

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.

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.

Präsentieren Sie hier Ihr Produkt