DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > Aerospike vs. Firebase Realtime Database vs. Redis

Vergleich der Systemeigenschaften Aerospike vs. Firebase Realtime Database vs. Redis

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAerospike infoFrüher Citrusleaf genannt  Xaus Vergleich ausschliessenFirebase Realtime Database  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessen
KurzbeschreibungReal-time database for speed, scale, and savings. Millisecond latency for mixed read/write workloads. Highly distributed. Proven strong consistency. Distributed ACID Transactions. Flash optimized for low cost of ownership and scalability. Aerospike Database is a shared-nothing, multi-threaded, multi-model data platform designed to operate efficiently on a cluster of server nodes, exploiting modern hardware and network technologies to drive reliably fast performance, at sub-millisecond speeds across petabytes of data.Cloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.Popular 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 DatenbankmodellDocument Store
Graph DBMS infoleveraging Apache Tinkerpop
Key-Value Store
Spatial DBMS
Vektor DBMS
Document StoreKey-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
Punkte5,45
Rang#58  Overall
#10  Document Stores
#3  Graph DBMS
#7  Key-Value Stores
#2  Spatial DBMS
#5  Vektor DBMS
Punkte13,43
Rang#39  Overall
#6  Document Stores
Punkte152,19
Rang#7  Overall
#1  Key-Value Stores
Websiteaerospike.comfirebase.google.com/­products/­realtime-databaseredis.com
redis.io
Technische Dokumentationaerospike.com/­docs
docs.aerospike.com
firebase.google.com/­docs/­databasedocs.redis.com/­latest/­index.html
redis.io/­docs
EntwicklerAerospikeGoogle infoacquired by Google 2014Redis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr201220122009
Aktuelle Version8.0, February 20257.2.5, Mai 2024
Lizenz infoCommercial or Open SourceOpen Source, Commercial infoApache and AGPL Licenses; open sourced in June 2014; commercial Enterprise Edition availablekommerziellOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aerospike Cloud: aerospike.com/­products/­aerospike-cloud
ImplementierungsspracheCC
Server BetriebssystemeLinuxgehostetBSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Datenschemaschemafreischemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajateilweise 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, XSLTneinneinnein
Sekundärindizesjajaja infowith RediSearch module
SQL infoSupport of SQLvia Trino Connector or JDBC driverneinwith RediSQL module
APIs und andere ZugriffskonzepteJDBC
Proprietäres Protokoll
REST
TinkerPop Gremlin
Android
iOS
JavaScript API
RESTful HTTP API
Proprietäres Protokoll infoRESP - REdis Serialization Protocol
Unterstützte Programmiersprachen.Net
C
C# (.NET)
C++
Erlang
Go
Java
JavaScript (Node.js)
Lua
PHP
Python
Ruby
Rust
Java
JavaScript
Objective-C
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 Proceduresbenutzerdefinierte Funktionen infowith Lualimited functionality with using 'rules'Lua; Redis Functions coming in Redis 7 (slides and Github)
TriggersneinCallbacks are triggered when data changespublish/subscribe channels provide some trigger functionality; RedisGears
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenAuto-ShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer ReplikationsfaktorMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
MapReduce infoBietet ein API für Map/Reduce Operationenja infoAerospike Aggregation Framework is similar to Map/Reduceneinthrough RedisGears
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency in cross-datacenter configuration and Immediate Strong Consistency in local cluster configuration. Also supports single cluster deployments with strong consistency across multiple AZs and Regions.Eventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Eventual 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ätneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenAtomic Distributed ACID transactions execution of operationsjaAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja infoDatenzugriffe werden vom Server serialisiert
Durability infoDauerhafte Speicherung der Datenjajaja infokonfigurierbare Persistenzmechanismen via snapshots oder logs
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja
Berechtigungskonzept infoZugriffskontrolleLDAP external authentication: aerospike.com/­docs/­server/­operations/­configure/­security/­ldap
Mutual TLS authentication (PKI auth): aerospike.com/­docs/­server/­operations/­configure/­network/­tls
Password authentication: aerospike.com/­docs/­server/­operations/­configure/­security/­access-control infonur mit Enterprise Edition
Role-Based Access Control (RBAC): aerospike.com/­docs/­graph/­security/­access-control
Zugriffsrechte für Benutzer und Rollen
yes, based on authentication and database rulesAccess 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
Aerospike infoFrüher Citrusleaf genanntFirebase Realtime DatabaseRedis
Specific characteristicsAerospike is an enterprise-class, NoSQL database solution delivering predictable...
» mehr
Competitive advantagesOptimized for use with SSDs (solid-state hard drives) Scales horizontally and vertically...
» mehr
Typical application scenariosAerospike excels in mission-critical applications that have mixed read/write workloads...
» mehr
Key customersNielsen, Williams-Sonoma, Inmobi, AppNexus, Telco (confidential), Financial Services...
» mehr
Market metricsAerospike's combination of speed, scalability, and reliability delivers 10x performance...
» mehr
Licensing and pricing modelsSubscription-based Enterprise Edition and free, open-source Community Edition
» 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
Aerospike infoFrüher Citrusleaf genanntFirebase Realtime DatabaseRedis
DB-Engines Blog Posts

Evaluating Hbase and Aerospike Solutions for Real-time System of Record
17. März 2020,  Srini Srinivasan, Aerospike (sponsor) 

alle anzeigen

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

alle anzeigen

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

Aerospike says it has achieved a milestone in NoSQL OLTP performance
5. Februar 2025, SiliconANGLE

Latest Aerospike database update prioritizes performance
5. Februar 2025, TechTarget

Analysts welcome ACID transactions on real-time distributed Aerospike
13. Februar 2025, theregister.com

AI-driven database solutions: Aerospike to scale new heights with $30m growth financing
5. Dezember 2024, Tech Funding News

Aerospike: Interview With CEO Subbu Iyer About The Real-Time Database Scaling Company
23. September 2024, Pulse 2.0

bereitgestellt von Google News

Supabase reels in $200M for its open-source relational database
22. April 2025, SiliconANGLE

iOS app Second Phone Number leaks texts, contact details
29. April 2025, TechHQ

Supabase vs. Firebase: Which BaaS is Best for Your App?
14. August 2024, Netguru

Instant harkens back to a pre-Google Firebase
2. Oktober 2024, TechCrunch

Meditation app ‘7 Minute Chi’ exposes over 100,000 user records due to Firebase misconfiguration
2. Mai 2025, teiss

bereitgestellt von Google News

Database Management System Market Projected to Reach USD
5. Mai 2025, GlobeNewswire

Redis 'returns' to open source with AGPL license
1. Mai 2025, theregister.com

Integrate your Spring Boot application with Amazon ElastiCache
16. April 2025, Amazon Web Services (AWS)

Best of 2024: Valkey is Rapidly Overtaking Redis
23. Dezember 2024, DevOps.com

DigitalOcean Unveils Next-Gen Redis 7.2 Managed Caching: Automated Failover, RDMA Support
24. April 2025, Stock Titan

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Neo4j logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Präsentieren Sie hier Ihr Produkt