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 > Atos Standard Common Repository vs. EDB Postgres vs. FoundationDB vs. H2 vs. OrigoDB

Vergleich der Systemeigenschaften Atos Standard Common Repository vs. EDB Postgres vs. FoundationDB vs. H2 vs. OrigoDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAtos Standard Common Repository  Xaus Vergleich ausschliessenEDB Postgres  Xaus Vergleich ausschliessenFoundationDB  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenOrigoDB  Xaus Vergleich ausschliessen
This system has been discontinued and will be removed from the DB-Engines ranking.Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
KurzbeschreibungHighly scalable database system, designed for managing session and subscriber data in modern mobile communication networksThe 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.Sortierter Key-Value Store. Core features werden durch layers ergänzt.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.A fully ACID in-memory object graph database
Primäres DatenbankmodellDocument Store
Key-Value Store
Relational DBMSDocument Store infoUnterstützt durch speziellen Layer
Key-Value Store
Relational DBMS infoUnterstützt durch speziellen SQL-Layer
Relational DBMSDocument Store
Object oriented DBMS
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte1,90
Rang#135  Overall
#63  Relational DBMS
Punkte1,03
Rang#190  Overall
#31  Document Stores
#28  Key-Value Stores
#89  Relational DBMS
Punkte8,13
Rang#49  Overall
#31  Relational DBMS
Punkte0,00
Rang#383  Overall
#53  Document Stores
#20  Object oriented DBMS
Websiteatos.net/en/convergence-creators/portfolio/standard-common-repositorywww.enterprisedb.comgithub.com/­apple/­foundationdbwww.h2database.comorigodb.com
Technische Dokumentationwww.enterprisedb.com/­docsapple.github.io/­foundationdbwww.h2database.com/­html/­main.htmlorigodb.com/­docs
EntwicklerAtos Convergence CreatorsEnterpriseDBFoundationDBThomas MuellerRobert Friberg et al
Erscheinungsjahr20162005201320052009 infounder the name LiveDB
Aktuelle Version170314, Dezember 20216.2.28, November 20202.2.220, Juli 2023
Lizenz infoCommercial or Open Sourcekommerziellkommerziell infoBSD for PostgreSQL-componentsOpen Source infoApache 2.0Open Source infodual-licence (Mozilla public license, Eclipse public license)Open Source
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.
ImplementierungsspracheJavaCC++JavaC#
Server BetriebssystemeLinuxLinux
Windows
Linux
OS X
Windows
Alle Betriebssysteme mit einer Java VMLinux
Windows
DatenschemaSchema and schema-less with LDAP viewsjaschemafrei infoEinige Layers unterstützen Schematajaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateoptionaljanein infoEinige Layers unterstützen TypenjaUser defined using .NET types and collections
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaja infospecific XML-type available, but no XML query functionality.neinnein infocan be achieved using .NET
Sekundärindizesjajaneinjaja
SQL infoSupport of SQLneinja infoStandard mit zahlreichen Erweiterungennur in speziellem SQL-Layerjanein
APIs und andere ZugriffskonzepteLDAPADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
ODBC
.NET Client API
HTTP API
LINQ
Unterstützte ProgrammiersprachenAll languages with LDAP bindings.Net
C
C++
Delphi
Java
Perl
PHP
Python
Tcl
.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
Java.Net
Server-seitige Scripts infoStored Proceduresneinbenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)nur im SQL-layerJava Stored Procedures and User-Defined Functionsja
Triggersjajaneinjaja infoDomain Events
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infocell divisionhorizontale Partitionierung infoby hash, list or rangeShardingkeinehorizontale Partitionierung infoclient side managed; servers are not synchronized
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenjaMulti-Source ReplikationjaWith clustering: 2 database servers on different computers operate on identical copies of a databaseSource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyLinearizable consistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinjanur im SQL-layerjadepending on model
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenAtomic execution of specific operationsACIDACIDACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, multi-version concurrency control (MVCC)jayes, multi-version concurrency control (MVCC)ja
Durability infoDauerhafte Speicherung der Datenjajajajaja infoWrite ahead log
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinjaja
Berechtigungskonzept infoZugriffskontrolleLDAP bind authenticationBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardneinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardRole based authorization

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

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Atos Standard Common RepositoryEDB PostgresFoundationDBH2OrigoDB
Erwähnungen in aktuellen Nachrichten

Infographic: What makes a Mobile Operator's setup future proof?
10. Februar 2024, Atos

bereitgestellt von Google News

EDB Puts Postgres in the Middle of Analytics Workflow with New Lakehouse Stack
22. April 2024, Datanami

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

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

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

EDB Closes the High Availability Gap for Postgres in the Cloud with EDB Postgres Distributed on BigAnimal
29. August 2023, GlobeNewswire

bereitgestellt von Google News

FoundationDB team's new venture, Antithesis, raises $47M to enhance software testing
13. Februar 2024, SiliconANGLE News

Antithesis raises $47M to launch an automated testing platform for software
13. Februar 2024, TechCrunch

Deno adds scaleable messaging with new Queues feature, sparks debate about proprietary services • DEVCLASS
28. September 2023, DevClass

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15. März 2022, The Register

Apple's cloud database FoundationDB now open source
19. April 2018, 9to5Mac

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

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.

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