DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > KairosDB vs. PostgreSQL vs. RavenDB vs. SAP Adaptive Server vs. Transbase

Vergleich der Systemeigenschaften KairosDB vs. PostgreSQL vs. RavenDB vs. SAP Adaptive Server vs. Transbase

Redaktionelle Informationen bereitgestellt von DB-Engines
NameKairosDB  Xaus Vergleich ausschliessenPostgreSQL  Xaus Vergleich ausschliessenRavenDB  Xaus Vergleich ausschliessenSAP Adaptive Server infofrüherer Name: Sybase ASE  Xaus Vergleich ausschliessenTransbase  Xaus Vergleich ausschliessen
KurzbeschreibungVerteiltes Time Series DBMS basierend auf CassandraWeit verbreitetes, allgemein einsetzbares Open Source RDBMS infoEntwickelt als objektorientiertes DBMS, im Laufe der Zeit um 'Standards' wie SQL erweitertOpen Source Operational and Transactional Enterprise NoSQL Document DatabaseDer SAP (Sybase) Adaptive Server Enterprise (ASE) ist ein RDBMS für den Einsatz in großen UnternehmenA resource-optimized, high-performance, universally applicable RDBMS
Primäres DatenbankmodellTime Series DBMSRelational DBMS infomit objektorientierten Erweiterungen, z.B.: benutzerdefinierte Datentypen/Funktionen und Vererbung. Key/Value handling mit hstore Modul.Document StoreRelational DBMSRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Graph DBMS infowith Apache Age
Spatial DBMS
Vektor DBMS infowith pgvector extension
Graph DBMS
Spatial DBMS
Time Series DBMS
Spatial DBMS infowith Boeing's Spatial Query Server
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,71
Rang#230  Overall
#20  Time Series DBMS
Punkte645,05
Rang#4  Overall
#4  Relational DBMS
Punkte3,01
Rang#101  Overall
#17  Document Stores
Punkte37,12
Rang#25  Overall
#17  Relational DBMS
Punkte0,15
Rang#337  Overall
#147  Relational DBMS
Websitegithub.com/­kairosdb/­kairosdbwww.postgresql.orgravendb.netwww.sap.com/­products/­technology-platform/­sybase-ase.htmlwww.transaction.de/­en/­products/­transbase.html
Technische Dokumentationkairosdb.github.iowww.postgresql.org/­docsravendb.net/­docshelp.sap.com/­docs/­SAP_ASEwww.transaction.de/­en/­products/­transbase/­features.html
EntwicklerPostgreSQL Global Development Group infowww.postgresql.org/­developerHibernating RhinosSAP, SybaseTransaction Software GmbH
Erscheinungsjahr20131989 info1989: Postgres, 1996: PostgreSQL201019871987
Aktuelle Version1.2.2, November 201816.2, Februar 20245.4, Juli 202216.0Transbase 8.3, 2022
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoBSDOpen Source infoAGPL Version 3, kommerzielle Lizenz verfügbarkommerziellkommerziell infoDevelopment Lizenz gratis
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.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
ImplementierungsspracheJavaCC#C und C++C und C++
Server BetriebssystemeLinux
OS X
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Linux
macOS
Raspberry Pi
Windows
AIX
HP-UX
Linux
Solaris
Unix
Windows
FreeBSD
Linux
macOS
Solaris
Windows
Datenschemaschemafreijaschemafreijaja
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaneinjaja
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.neinnein
Sekundärindizesneinjajajaja
SQL infoSupport of SQLneinja infoStandard mit zahlreichen ErweiterungenSQL-like query language (RQL)jaja
APIs und andere ZugriffskonzepteGraphite protocol
HTTP REST
Telnet API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
ADO.NET
JDBC
ODBC
Proprietäres native API
Unterstützte ProgrammiersprachenJava
JavaScript infoNode.js
PHP
Python
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C++
Cobol
Java
Java
Perl
PHP
Python
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-seitige Scripts infoStored Proceduresneinbenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)jaJava und Transact-SQLja
Triggersneinjajajaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infobasierend auf Cassandrapartitioning by range, list and (since PostgreSQL 11) by hashShardinghorizontale Partitionierung
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer Replikationsfaktor infobasierend auf CassandraSource-Replica Replikation infoandere Varianten durch Verwendung von 3rd party - toolsMulti-Source ReplikationMulti-Source Replikation
Source-Replica Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjaneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency infobasierend auf Cassandra
Immediate Consistency infobasierend auf Cassandra
Immediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinjaneinjaja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACIDACID, Cluster-wide transaction availableACIDja
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinnein
Berechtigungskonzept infoZugriffskontrolleeinfacher Passwort-basierter ZugriffsschutzBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAuthorization levels configured per client per databaseBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer 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
DrittanbieterNavicat Monitor is a safe, simple and agentless remote server monitoring tool for PostgreSQL and many other database management systems.
» mehr

CYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» mehr

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» mehr

Redgate webinars: A series of key topics for new PostgreSQL users.
» mehr

pgDash: In-Depth PostgreSQL Monitoring.
» mehr

Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» mehr

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» mehr

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» mehr

Instaclustr: Fully Hosted & Managed PostgreSQL
» mehr

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» 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
KairosDBPostgreSQLRavenDBSAP Adaptive Server infofrüherer Name: Sybase ASETransbase
DB-Engines Blog Posts

PostgreSQL is the DBMS of the Year 2023
2. Januar 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3. Januar 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3. Januar 2022, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Konferenzen, Veranstaltungen und Webinare

Monitoring PostgreSQL with Redgate Monitor
Webinar, 10-11am CT / 4-5pm BST, 22. Mai 2024

Erwähnungen in aktuellen Nachrichten

The re-emergence of time-series – O'Reilly
6. April 2013, oreilly.com

bereitgestellt von Google News

Handle tables without primary keys while creating Amazon Aurora PostgreSQL zero-ETL integrations with Amazon ...
18. April 2024, AWS Blog

Breaking Boundaries: PostgreSQL 16 is now available on IBM Cloud
17. April 2024, IBM

pgEdge Distributed PostgreSQL Introduces Automatic DDL Replication and Snowflake Sequences for Postgres
17. April 2024, Yahoo Finance

Introducing OCI Database with PostgreSQL: Completing Our Cloud Database Suite for Every Need
14. November 2023, blogs.oracle.com

Oracle Introduces PostgreSQL Running Native on OCI
17. Dezember 2023, IDC

bereitgestellt von Google News

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13. Juni 2023, PR Newswire

Install the NoSQL RavenDB Data System
14. Mai 2021, The New Stack

How I Created a RavenDB Python Client
23. September 2016, Visual Studio Magazine

RavenDB Adds Graph Queries
15. Mai 2019, Datanami

Review: NoSQL database RavenDB
20. März 2019, TechGenix

bereitgestellt von Google News

New Services in SAP HANA Cloud Lower TCO for Customers in Data-Intensive, Highly Regulated Industries
7. April 2021, SAP News

Arcion Introduces SAP Sybase ASE Connector for Ultimate Migration Flexibility
5. Januar 2023, Business Wire

Patch SAP Adaptive Server Enterprise now to avoid takeover risk
3. Juni 2020, BleepingComputer

Newly Patched SAP ASE Flaws Could Let Attackers Hack Database Servers
3. Juni 2020, The Hacker News

New Feature: SAP ASE Database Available for the IBM Cloud for SAP NetWeaver Offering
22. März 2019, ibm.com

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Präsentieren Sie hier Ihr Produkt