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

DBMS > CockroachDB vs. EDB Postgres vs. FatDB vs. SQLite

Vergleich der Systemeigenschaften CockroachDB vs. EDB Postgres vs. FatDB vs. SQLite

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenEDB Postgres  Xaus Vergleich ausschliessenFatDB  Xaus Vergleich ausschliessenSQLite  Xaus Vergleich ausschliessen
Das Unternehmen FatDB/FatCloud hat im Februar 2014 seine Tätigkeit beendet. FatDB wurde eingestellt und erscheint deshalb nicht mehr im Ranking.
KurzbeschreibungCockroachDB 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.The EDB Postgres Platform is an enterprise-class data management platform based on the open source database PostgreSQL with flexible deployment options and Oracle compatibility features, complemented by tool kits for management, integration, and migration.Ein .NET NoSQL DBMS, das in SQL Server integriert werden kann.Weit verbreitetes In-Process RDBMS
Primäres DatenbankmodellRelational DBMSRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte6,39
Rang#60  Overall
#34  Relational DBMS
Punkte2,46
Rang#121  Overall
#58  Relational DBMS
Punkte118,16
Rang#10  Overall
#7  Relational DBMS
Websitewww.cockroachlabs.comwww.enterprisedb.comwww.sqlite.org
Technische Dokumentationwww.cockroachlabs.com/­docswww.enterprisedb.com/­docswww.sqlite.org/­docs.html
EntwicklerCockroach LabsEnterpriseDBFatCloudDwayne Richard Hipp
Erscheinungsjahr2015200520122000
Aktuelle Version23.1.1, Mai 202314, Dezember 20213.45.2  (12 March 2024), Maerz 2024
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availablekommerziell infoBSD for PostgreSQL-componentskommerziellOpen Source infoPublic Domain
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinnein
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.
ImplementierungsspracheGoCC#C
Server BetriebssystemeLinux
macOS
Windows
Linux
Windows
Windowsserverlos
Datenschemadynamic schemajaschemafreija infodynamische Spaltentypen
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajaja infokeine strenge Typisierung wegen 'dynamic typing'
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinja infospecific XML-type available, but no XML query functionality.nein
Sekundärindizesjajajaja
SQL infoSupport of SQLyes, wire compatible with PostgreSQLja infoStandard mit zahlreichen Erweiterungennein infoÃœber Integration mit SQL Serverja infoSQL-92 wird nicht vollständig unterstützt
APIs und andere ZugriffskonzepteJDBCADO.NET
JDBC
native C library
ODBC
streaming API for large objects
.NET Client API
LINQ
RESTful HTTP API
RPC
Windows WCF Bindings
ADO.NET infoinoffizielle Driver
JDBC infoinoffizielle Driver
ODBC infoinoffizielle Driver
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
C
C++
Delphi
Java
Perl
PHP
Python
Tcl
C#Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-seitige Scripts infoStored Proceduresneinbenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)ja infoÃœber Applikationennein
Triggersneinjaja infoÃœber Applikationenja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal 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 RAFThorizontale Partitionierung infoby hash, list or rangeShardingkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTMulti-Source Replikationfrei wählbarer Replikationsfaktorkeine
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjajaneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, multi-version concurrency control (MVCC)jaja infomittels Filesystem-Locks
Durability infoDauerhafte Speicherung der Datenjajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinja
Berechtigungskonzept infoZugriffskontrolleRole-based access controlBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardnein infoSecurity Layer kann über Applikationen implementiert werdennein
Weitere Informationen bereitgestellt vom Systemhersteller
CockroachDBEDB PostgresFatDBSQLite
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
DrittanbieterNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» 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
CockroachDBEDB PostgresFatDBSQLite
DB-Engines Blog Posts

Big gains for Relational Database Management Systems in DB-Engines Ranking
2. Februar 2016, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

EnterpriseDB Bullish on Postgres' 2024 Potential
11. Januar 2024, Datanami

EDB Is Developing Its Flagship Database Into A Comprehensive Platform For Analytics, AI
27. Februar 2024, CRN

EDB Introduces Two New Ways to Get Postgres in AWS Marketplace
28. November 2023, Yahoo Finance

Key new features and innovations in EDB Postgres 16
1. Dezember 2023, InfoWorld

EDB Introduces Advanced Tools and Extensions in Postgres 16 Portfolio Release
9. November 2023, GlobeNewswire

bereitgestellt von Google News

SQLite Vulnerability Could Put Thousands of Apps at Risk
22. März 2024, Dark Reading

Universal API Access from Postgres and SQLite
27. Februar 2024, O'Reilly Media

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16. Januar 2024, DevClass

Stanchion Turns SQLite Into A Column Store
15. Februar 2024, iProgrammer

A Closer Look at the Top 3 Embedded Databases: SQLite, RocksDB, and DuckDB
29. August 2023, hackernoon.com

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

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

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

Präsentieren Sie hier Ihr Produkt