DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > AgensGraph vs. Quasardb vs. Redis vs. Solr vs. Weaviate

System Properties Comparison AgensGraph vs. Quasardb vs. Redis vs. Solr vs. Weaviate

Editorial information provided by DB-Engines
NameAgensGraph  Xexclude from comparisonQuasardb  Xexclude from comparisonRedis  Xexclude from comparisonSolr  Xexclude from comparisonWeaviate  Xexclude from comparison
DescriptionMulti-model database supporting relational and graph data models and built upon PostgreSQLDistributed, high-performance timeseries databasePopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.A widely used distributed, scalable search engine based on Apache LuceneAn AI-native realtime vector database engine that integrates scalable machine learning models.
Primary database modelGraph DBMS
Relational DBMS
Time Series DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceSearch engineVector DBMS
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.16
Rank#333  Overall
#30  Graph DBMS
#146  Relational DBMS
Score0.19
Rank#327  Overall
#30  Time Series DBMS
Score156.44
Rank#6  Overall
#1  Key-value stores
Score44.28
Rank#24  Overall
#3  Search engines
Score1.89
Rank#138  Overall
#4  Vector DBMS
Websitebitnine.net/­agensgraphquasar.airedis.com
redis.io
solr.apache.orggithub.com/­weaviate/­weaviate
weaviate.io
Technical documentationbitnine.net/­documentationdoc.quasar.ai/­masterdocs.redis.com/­latest/­index.html
redis.io/­docs
solr.apache.org/­resources.htmlweaviate.io/­developers/­weaviate
DeveloperBitnine Global Inc.quasardbRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Apache Software FoundationWeaviate B.V.
Initial release20162009200920062019
Current release2.1, December 20183.14.1, January 20247.2.4, January 20249.5.0, February 20241.19, May 2023
License infoCommercial or Open SourceOpen Source infoApache License 2.0commercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensesOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoApache Version 2Open Source infocommercial license available with Weaviate Enterprise
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageCC++CJavaGo
Server operating systemsLinux
OS X
Windows
BSD
Linux
OS X
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
All OS with a Java VM inforuns as a servlet in servlet container (e.g. Tomcat, Jetty is included)
Data schemedepending on used data modelschema-freeschema-freeyes infoDynamic Fields enables on-the-fly addition of new fieldsyes, maps to GraphQL interface
Typing infopredefined data types such as float or dateyesyes infointeger and binarypartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes infosupports customizable data types and automatic typingyes infostring, int, float, geo point, date, cross reference, fuzzy references
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nononoyesno
Secondary indexesyesyes infowith tagsyes infowith RediSearch moduleyes infoAll search fields are automatically indexedyes infoall data objects are indexed in a semantic vector space (the Contextionary), all primitive fields are indexed
SQL infoSupport of SQLyesSQL-like query languagewith RediSQL moduleSolr Parallel SQL InterfaceGraphQL is used as query language
APIs and other access methodsCypher Query Language
JDBC
HTTP APIproprietary protocol infoRESP - REdis Serialization ProtocolJava API
RESTful HTTP/JSON API
GraphQL query language
RESTful HTTP/JSON API
Supported programming languagesC
Java
JavaScript
Python
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
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
.Net
Erlang
Java
JavaScript
any language that supports sockets and either XML or JSON
Perl
PHP
Python
Ruby
Scala
JavaScript / TypeScript
Python
Server-side scripts infoStored proceduresyesnoLua; Redis Functions coming in Redis 7 (slides and Github)Java pluginsno
Triggersnonopublish/subscribe channels provide some trigger functionality; RedisGearsyes infoUser configurable commands triggered on index changesno
Partitioning methods infoMethods for storing different data on different nodesno, but can be realized using table inheritanceSharding infoconsistent hashingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationSource-replica replication with selectable replication factorMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yesyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnowith Hadoop integrationthrough RedisGearsspark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduceno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Eventual ConsistencyEventual Consistency
Foreign keys infoReferential integrityyesnononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDAtomic execution of command blocks and scripts and optimistic lockingoptimistic lockingno
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyes infoby using LevelDByes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoTransient modeyesyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardCryptographically strong user authentication and audit trailAccess 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
yesAPI Keys
OpenID Connect Discovery
More information provided by the system vendor
AgensGraphQuasardbRedisSolrWeaviate
Specific characteristicsWeaviate is an open source vector database that is robust, scalable, cloud-native,...
» more
Competitive advantagesFlexible deployment - Free, open source or fully-managed cloud vector database service...
» more
Typical application scenariosAs a database supporting the development of generative AI and semantic search applications...
» more
Key customersAll companies that have data. ​
» more
Market metricsAs of mid 2023: Over 2 million open source downloads 3500+ Weaviate Slack community...
» more
Licensing and pricing modelsWeaviate is open-source, and free to use. Weaviate is also available as a fully managed...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
AgensGraphQuasardbRedisSolrWeaviate
DB-Engines blog posts

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

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

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

show all

Elasticsearch replaced Solr as the most popular search engine
12 January 2016, Paul Andlinger

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Weaviate, an ANN Database with CRUD support
2 February 2021,  Etienne Dilocker, SeMI Technologies (sponsor) 

show all

Recent citations in the news

Graph DBMS Performance Comparison AgensGraph vs. Neo4j
29 June 2017, Business Wire

Bitnine Releases AgensGraph 2.1, the Multi-model Graph Database Optimized for the Legacy Environment
29 January 2019, Business Wire

Bitnine: The Newly Revealed 'AI Teacher' Powered by Graph Database Delivers Hyper-Personalized Learning ...
25 March 2019, Business Wire

provided by Google News

Quasar Partners with PTC for IoT Data Solutions
11 September 2023, Read IT Quik

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11 September 2023, Datanami

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6 June 2023, PR Newswire

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

provided by Google News

Switching from Monolithic to Event-Driven Architecture with Celery & Redis
25 April 2024, Medium

Linux Foundation marshals support for open source alternative to Redis
3 April 2024, The Register

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

Redis moves to source-available licenses
25 March 2024, InfoWorld

provided by Google News

Keen Solr Review Sale Online | atlantaprogressivenews.com
25 April 2024, Atlanta Progressive News

Closing Bell: Solar Alliance Energy Inc flat on Friday (SOLR)
24 April 2024, The Globe and Mail

SOLR-led walkout demands better conditions for Compass workers
27 February 2024, Daily Northwestern

Closing Bell: Solar Alliance Energy Inc flat on Tuesday (SOLR)
24 April 2024, The Globe and Mail

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9 October 2023, AWS Blog

provided by Google News

Weaviate Partners with Snowflake to Bring Secure GenAI to Snowpark Container Services
8 February 2024, Datanami

Foley Represents Cortical Ventures in $50M Series B Round for Weaviate
17 December 2023, Foley & Lardner LLP

Getting Started with Weaviate: A Beginner's Guide to Search with Vector Databases
18 July 2023, Towards Data Science

The 5 Best Vector Databases You Must Try in 2024
17 November 2023, KDnuggets

Weaviate Raises $50 Million Series B Funding to Meet Soaring Demand for AI Native Vector Database Technology ...
21 April 2023, PR Newswire

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here