DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Atos Standard Common Repository vs. FileMaker vs. Microsoft Access vs. Redis vs. Solr

System Properties Comparison Atos Standard Common Repository vs. FileMaker vs. Microsoft Access vs. Redis vs. Solr

Editorial information provided by DB-Engines
NameAtos Standard Common Repository  Xexclude from comparisonFileMaker  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonRedis  Xexclude from comparisonSolr  Xexclude from comparison
This system has been discontinued and will be removed from the DB-Engines ranking.
DescriptionHighly scalable database system, designed for managing session and subscriber data in modern mobile communication networksFileMaker is a cross-platform RDBMS that includes a GUI frontend.Microsoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)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 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 Lucene
Primary database modelDocument store
Key-value store
Relational DBMSRelational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceSearch engine
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
Score49.73
Rank#20  Overall
#14  Relational DBMS
Score105.40
Rank#11  Overall
#8  Relational DBMS
Score156.44
Rank#6  Overall
#1  Key-value stores
Score44.28
Rank#24  Overall
#3  Search engines
Websiteatos.net/en/convergence-creators/portfolio/standard-common-repositorywww.claris.com/­filemakerwww.microsoft.com/­en-us/­microsoft-365/­accessredis.com
redis.io
solr.apache.org
Technical documentationwww.claris.com/­resources/­documentationdeveloper.microsoft.com/­en-us/­accessdocs.redis.com/­latest/­index.html
redis.io/­docs
solr.apache.org/­resources.html
DeveloperAtos Convergence CreatorsClaris infoa subsidiary of AppleMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Apache Software Foundation
Initial release20161983199220092006
Current release170319.4.1, November 20211902 (16.0.11328.20222), March 20197.2.4, January 20249.5.0, February 2024
License infoCommercial or Open Sourcecommercialcommercialcommercial infoBundled with Microsoft OfficeOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoApache Version 2
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 languageJavaC++CJava
Server operating systemsLinuxiOS infoclient part only
Linux
OS X
Windows
Windows infoNot a real database server, but making use of DLLsBSD
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 schemeSchema and schema-less with LDAP viewsyesyesschema-freeyes infoDynamic Fields enables on-the-fly addition of new fields
Typing infopredefined data types such as float or dateoptionalyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes infosupports customizable data types and automatic typing
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.yesyes infoA http query request can return the data in XML formatnoyes
Secondary indexesyesyesyesyes infowith RediSearch moduleyes infoAll search fields are automatically indexed
SQL infoSupport of SQLnoyes infovia pluginsyes infobut not compliant to any SQL standardwith RediSQL moduleSolr Parallel SQL Interface
APIs and other access methodsLDAPFilemaker WebDirect
JDBC
ODBC
ADO.NET
DAO
ODBC
OLE DB
proprietary protocol infoRESP - REdis Serialization ProtocolJava API
RESTful HTTP/JSON API
Supported programming languagesAll languages with LDAP bindingsPHPC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
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
Server-side scripts infoStored proceduresnoyesyes infosince Access 2010 using the ACE-engineLua; Redis Functions coming in Redis 7 (slides and Github)Java plugins
Triggersyesyesyes infosince Access 2010 using the ACE-enginepublish/subscribe channels provide some trigger functionality; RedisGearsyes infoUser configurable commands triggered on index changes
Partitioning methods infoMethods for storing different data on different nodesSharding infocell divisionnonenoneSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesSource-replica replication, warm standby infosince Version 14noneMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsspark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduce
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Eventual Consistency
Foreign keys infoReferential integritynoyesyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsnoACID infobut no files for transaction loggingAtomic execution of command blocks and scripts and optimistic lockingoptimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyesyes infobut no files for transaction loggingyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlLDAP bind authenticationsimple rights management via user accounts and connection to external directory servicesno infoa simple user-level security was built in till version Access 2003Access 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
yes

More information provided by the system vendor

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

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» 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

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

More resources
Atos Standard Common RepositoryFileMakerMicrosoft AccessRedisSolr
DB-Engines blog posts

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

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

Recent citations in the news

Reviews - Features
1 March 2024, Reverse Shot

Apple Filed for new Trademarks in the U.S. and Hong Kong this week for the Figurative Version of 'Reality Composer ...
15 October 2023, Patently Apple

Apple Subsidiary to Face Worker's Job Loss Claims, but Not Apple
14 February 2024, Bloomberg Law

Tilda Swinton Wasn't Prepared for 'Problemista' Horror Stories from Audiences Who Recognize Her Toxic Art World ...
1 March 2024, Yahoo Canada Finance

Apple subsidiary FileMaker returns to its original name from the '80s
6 August 2019, The Verge

provided by Google News

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

ACCDE File (What It Is and How to Open One)
27 July 2023, Lifewire

provided by Google News

Valkey is Rapidly Overtaking Redis
19 April 2024, DevOps.com

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

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

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

Oracle supports Valkey
17 April 2024, Oracle

provided by Google News

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

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

Long Term Trading Analysis for (SOLR)
28 March 2024, Stock Traders Daily

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

SOLR hosts teach-in of labor movements at Northwestern
28 January 2024, Daily Northwestern

provided by Google News



Share this page

Featured Products

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

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.

Present your product here