DB-Engines Ranking

The DB-Engines Ranking ranks database management systems according to their popularity. The ranking is updated monthly.

Read more about the method of calculating the scores.

345 systems in ranking, September 2018
Rank DBMS Database Model Score
Sep
2018
Aug
2018
Sep
2017
Sep
2018
Aug
2018
Sep
2017
1. 1. 1. Oracle Detailed vendor-provided information available Relational DBMS 1309.12 -2.91 -49.97
2. 2. 2. MySQL Detailed vendor-provided information available Relational DBMS 1180.48 -26.33 -132.13
3. 3. 3. Microsoft SQL Server Detailed vendor-provided information available Relational DBMS 1051.28 -21.37 -161.26
4. 4. 4. PostgreSQL Detailed vendor-provided information available Relational DBMS 406.43 -11.07 +34.07
5. 5. 5. MongoDB Detailed vendor-provided information available Document store 358.79 +7.81 +26.06
6. 6. 6. DB2 Detailed vendor-provided information available Relational DBMS 181.06 -0.78 -17.28
7. 8. 10. Elasticsearch Detailed vendor-provided information available Search engine 142.61 +4.49 +22.61
8. 7. 9. Redis Detailed vendor-provided information available Key-value store 140.94 +2.37 +20.54
9. 9. 7. Microsoft Access Relational DBMS 133.39 +4.30 +4.58
10. 10. 8. Cassandra Detailed vendor-provided information available Wide column store 119.55 -0.02 -6.65
11. 11. 11. SQLite Detailed vendor-provided information available Relational DBMS 115.46 +1.73 +3.42
12. 12. 12. Teradata Detailed vendor-provided information available Relational DBMS 77.38 -0.02 -3.52
13. 13. 16. Splunk Search engine 74.03 +3.53 +11.45
14. 14. 18. MariaDB Detailed vendor-provided information available Relational DBMS 70.64 +2.34 +15.17
15. 15. 13. Solr Search engine 60.20 -1.69 -9.71
16. 18. 19. Hive Detailed vendor-provided information available Relational DBMS 59.63 +1.69 +11.02
17. 17. 15. HBase Detailed vendor-provided information available Wide column store 58.47 -0.33 -5.87
18. 16. 14. SAP Adaptive Server Detailed vendor-provided information available Relational DBMS 58.04 -2.39 -8.71
19. 19. 17. FileMaker Relational DBMS 55.30 -0.75 -5.69
20. 21. 22. Amazon DynamoDB Detailed vendor-provided information available Multi-model Document store,
Key-value store
53.34 +1.69 +15.52
21. 20. 20. SAP HANA Detailed vendor-provided information available Relational DBMS 52.73 +0.80 +4.40
22. 22. 21. Neo4j Detailed vendor-provided information available Graph DBMS 40.10 -0.83 +1.67
23. 23. 23. Couchbase Detailed vendor-provided information available Document store 34.55 +1.59 +1.44
24. 24. 24. Memcached Key-value store 31.54 -1.38 +2.60
25. 25. 27. Microsoft Azure SQL Database Detailed vendor-provided information available Relational DBMS 25.25 -0.85 +3.65
26. 26. 25. Informix Relational DBMS 24.91 -0.48 -2.93
27. 28. 26. Vertica Detailed vendor-provided information available Relational DBMS 20.36 +0.32 -1.65
28. 27. 30. Firebird Relational DBMS 20.25 -0.04 +2.38
29. 29. 37. Microsoft Azure Cosmos DB Detailed vendor-provided information available Multi-model Document store,
Graph DBMS,
Key-value store,
Wide column store
19.18 -0.35 +7.95
30. 30. 28. CouchDB Document store 18.64 +0.21 -2.35

DB-Engines Ranking的更多相关文章

  1. [翻译]Writing Custom DB Engines 编写定制的DB引擎

    Writing Custom DB Engines  编写定制的DB引擎   FastReport can build reports not only with data sourced from ...

  2. cassandra 概述

    摘要 本篇文章主要是介绍cassandra与其他NoSQL的区别以及自身的特点与应用场景.在关系数据库我们没必要选择数据库,通常需要适配oracle/mysql/sql server/db2 等多种数 ...

  3. 1.Neo4j简介(Neo4j系列)

    简介 Neo4j是一个高性能.高可靠性.可扩展.支持ACID事务的图数据库,它基本由Java语言实现,支持数据平台的平滑扩展和过渡,同时能够在多种系统上完成部署,它使用Cypher查询语言对数据进行增 ...

  4. 通过一步步创建sharded cluster来认识mongodb

    mongodb是目前使用非常广泛的nosql(not only sql)之一,在db engines上排名非常靠前,下图是5月份的排名: 可以看到前面四个都是传统的关系型数据库,而mongodb在no ...

  5. 美图秀秀DBA谈MySQL运维及优化

    美图秀秀DBA谈MySQL运维及优化 https://mp.weixin.qq.com/s?__biz=MzI4NTA1MDEwNg==&mid=401797597&idx=2& ...

  6. Using Eredis, Redis With Erlang

    http://no-fucking-idea.com/blog/2012/03/23/using-eredis-in-erlang/ Using Eredis, Redis With Erlang M ...

  7. SqlHelper发布——比你期望的还要多的多(例如比MyBatis-Pagehelper性能更高)

    SqlHelper发布——比Mybatis-PageHelper性能更高 起源 前段时间开启了一个新的项目,在选择分页插件时,发现github上很流行的一个是pagehelper,在百度上搜索了一下, ...

  8. es+logstash+kibana搭建

    1.简介 ELK(elasticsearch+logstash+kibana)是目前比较常用的日志分析系统,包括日志收集(logstash),日志存储搜索(elasticsearch),展示查询(ki ...

  9. [转帖]TimesTen与Redis的对比

    TimesTen与Redis的对比 2017-02-23 17:25:27 dingdingfish 阅读数 3682更多 分类专栏: TimesTen Oracle Redis In-Memory ...

  10. SqlHelper发布—比Pagehelper更好用的分页插件

    SqlHelper发布-比PageHelper性能更高 起源 前段时间开启了一个新的项目,在选择分页插件时,发现github上很流行的一个是pagehelper,在百度上搜索了一下,使用量.由于项目紧 ...

随机推荐

  1. Tomcat启动报错:org.apache.catalina.LifecycleException: Failed to start component...java.util.zip.ZipException: error in opening zip file

    1.项目环境 IntelliJ IDEA2018.1.6 apache-tomcat-8.0.53 基于springboot开发的项目 maven3.5.3 2.出现问题 从svn同步下项目 启动to ...

  2. MySQL入门详解(三)---mysql如何进行主从配置

    基本要求 两台服务器(windows,linux,mac) 双方mysql版本需一致,如不一致,只要主节点低于从节点 两台服务器防火墙关闭 双方数据库所用的用户,要具有远程访问的权限 主服务器配置 修 ...

  3. CSS参考手册

    CSS 属性 CSS 属性组: 动画 背景 边框和轮廓 盒(框) 颜色 内容分页媒体 定位 可伸缩框 字体 生成内容 网格 超链接 行框 列表 外边距 Marquee 多列 内边距 分页媒体 定位 打 ...

  4. Origin绘制双Y轴图的方法

    1.已有数据绘图如下,其中网络流量的单位是M Bytes/s,与另外两组数据的单位(时间)不同,现在要为其添加右侧Y轴. 2.首先选中该图像,找到工具条,点击第三个按钮“Add Right-Y Lay ...

  5. DOS中的ECHO命令详解

    1. 作为控制批处理命令在执行时是否显示命令行自身的开关  格式:ECHO [ON|OFF]  如果想关闭“ECHO OFF”命令行自身的显示,则需要在该命令行前加上“@”.  2. 显示当前ECHO ...

  6. SQL、HQL、JPQL、CQL的对比

    SQL:全称结构化查询语言(Structured Query Language),是一种特殊目的的编程语言,是一种数据库查询和程序设计语言,用于存取数据以及查询.更新和管理关系数据库系统:同时也是数据 ...

  7. .NET(C#)使用Serialize、Deserialize序列和反序列化XML文档

    本文给大家分享一下C#操作(读取.写入)XML文档的实用方法,即用.NET本身提供的Deserialize和Serialize进行反序列化和序列化XML文档.这种方法主要是对比较规范的XML文档进行操 ...

  8. nopcommerce

    nopcommerce是国外的一个高质量的开源b2c网站系统,基于EntityFramework4.0和MVC3.0,使用Razor模板引擎,有很强的插件机制,包括支付配送功能都是通过插件来实现的,基 ...

  9. python 3.6 的 venv 模块

    今天,在在使用 pycharm 的使用,进行创建 python的时候,发现使用默认的创建的选项使用的python 3环境 .而我系统默认的python环境是 python 2.7 环境:这就引起了我的 ...

  10. Windows10 家庭版没有本地组策略解决方法

    windows 家庭版默认是没有本地组策略的, win+R运行gpedit.msc提示不存在 下面的代码保存一个cmdorbat 脚本文件add_gpedit.cmd, 并执行 add_gpedit. ...