DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Apache Pinot vs. Oracle Berkeley DB vs. Redis

Vergleich der Systemeigenschaften Apache Pinot vs. Oracle Berkeley DB vs. Redis

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameApache Pinot  Xaus Vergleich ausschliessenOracle Berkeley DB  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessen
KurzbeschreibungRealtime distributed OLAP datastore, designed to answer OLAP queries with low latencyWeit verbreiteter In-Process Key-Value StorePopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis legt höchsten Wert auf Performanz. Bei Designentscheidungen wird typischerweise Performanz der Vorzug vor Features oder Speicherbedarf gegeben.
Primäres DatenbankmodellRelational DBMSKey-Value Store infounterstützt sortierte und unsortierte Key Sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Key-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Sekundäre DatenbankmodelleDocument Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vektor DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,73
Rang#259  Overall
#119  Relational DBMS
Punkte3,46
Rang#102  Overall
#18  Key-Value Stores
#3  Native XML DBMS
Punkte163,68
Rang#6  Overall
#1  Key-Value Stores
Websitepinot.apache.orgwww.oracle.com/­technetwork/­database/­database-technologies/­berkeleydb/­overview/­index.htmlredis.com
redis.io
Technische Dokumentationdocs.pinot.apache.orgdocs.oracle.com/­cd/­E17076_05/­html/­index.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerApache Software Foundation and contributorsOracle infoursprünglich von Sleepycat entwickelt, von Oracle aufgekauftRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr201519942009
Aktuelle Version0.11.0, September 202218.1.40, Mai 20207.2.1, September 2023
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoKommerzielle Lizenz verfügbar bei BedarfOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
ImplementierungsspracheJavaC, Java, C++ (depending on the Berkeley DB edition)C
Server BetriebssystemeAll OS with a Java JDK11 or higherAIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
BSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Datenschemajaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejaneinteilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTja infoonly with the Berkeley DB XML editionnein
Sekundärindizesjaja infowith RediSearch module
SQL infoSupport of SQLSQL-like query languageja infoSQL Interface basierend auf SQLite verfügbarnein
APIs und andere ZugriffskonzepteJDBCProprietäres Protokoll infoRESP - REdis Serialization Protocol
Unterstützte ProgrammiersprachenGo
Java
Python
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
Andere infoEs gibt Libraries von Drittanbietern für zahlreiche Sprachen, die Berkeley DB Files bearbeiten können
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Server-seitige Scripts infoStored ProceduresneinLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersja infoonly for the SQL APIpublish/subscribe channels provide some trigger functionality; RedisGears
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal partitioningkeineSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-Replica ReplikationMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
MapReduce infoBietet ein API für Map/Reduce Operationenneinthrough RedisGears
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Fremdschlüssel inforeferenzielle Integritätneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenja infoDatenzugriffe werden vom Server serialisiert
Durability infoDauerhafte Speicherung der Datenjaja infokonfigurierbare Persistenzmechanismen via snapshots oder logs
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja
Berechtigungskonzept infoZugriffskontrolleneinAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
Weitere Informationen bereitgestellt vom Systemhersteller
Apache PinotOracle Berkeley DBRedis
Specific characteristicsThe Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
Competitive advantagesRedis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Typical application scenariosRedis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Key customersVerizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
Market metricsMost launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
Licensing and pricing modelsRedis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» 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 Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Read the Redis NoSQL benchmark report.
» mehr

Aiven for Redis: Store and access your data quickly and efficiently.
» mehr

Redisson PRO: The ultra-fast Redis Java Client.
» 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
Apache PinotOracle Berkeley DBRedis
DB-Engines Blog Posts

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7. Januar 2015, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Java News Roundup: JDK 21, GraalVM for JDK 21, Apache Pinot ...
26. September 2023, InfoQ.com

Top Sessions at Confluent Current 2023
20. September 2023, RTInsights

Change Data Capture for Real-Time Access to Backend Databases
5. September 2023, The New Stack

Apache Pinot Uncorks Real-Time Data for Ad-Tech Firm
9. März 2023, Datanami

Speed of Apache Pinot at the Cost of Cloud Object Storage with ...
16. August 2023, InfoQ.com

bereitgestellt von Google News

Mageia 9 offers a fresh Linux alternative for Microsoft Windows 11 ...
27. August 2023, BetaNews

Oracle switches Berkeley DB license
5. Juli 2013, InfoWorld

Margo Seltzer Named ACM Athena Lecturer for Technical and ...
26. April 2023, HPCwire

Lowcountry NFL Update (Week 8)
1. November 2022, Live 5 News WCSC

Lowcountry NFL Update - Week 7
26. Oktober 2022, Live 5 News WCSC

bereitgestellt von Google News

Redis Enterprise Cloud Integration with Amazon Bedrock Now ...
13. September 2023, Business Wire

Flowdesk - using in-memory database to make digital finance fast and accessible
4. September 2023, diginomica

NoSQL databases | Web Security Academy
26. September 2023, The Daily Swig

MongoDB Changes The Database Game With Queryable Encryption
25. September 2023, Forbes

15 VPS Security Tips to Prevent Attacks on Your Server
26. September 2023, G2

bereitgestellt von Google News

Jobangebote

Staff Engineer, Growth (Ads)
Rippling, San Francisco, CA

Staff Engineer, Growth
Rippling, San Francisco, CA

Staff Software Engineer - RQL
Rippling, Remote

Staff Software Engineer - RQL
Rippling, New York, NY

Staff Software Engineer - RQL
Rippling, San Francisco, CA

Backend Engineer
Sporty Group, Remote

AWS Developer
zettalogix.Inc, Remote

Senior Backend Engineer (Golang)
Mobalytics, Remote

Weekend Backend Engineer
Sporty Group, Remote

Database Architect
Language IO Inc, Cheyenne, WY

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Redis logo

The world’s most loved real‑time data platform.
Try 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.

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL 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

Präsentieren Sie hier Ihr Produkt