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. CSS笔记——属性选择器

    1.存在和值(Presence and value)属性选择器这些属性选择器尝试匹配精确的属性值:[attr]:该选择器选择包含 attr 属性的所有元素,不论 attr 的值为何.[attr=val ...

  2. linux上,mysql使用聚合函数group by 时报错:SELECT list is not in GROUP BY clause and contains nonaggre的问题

    之前在windows上测试是可以正常使用的,但是上传到Linux上后,就报错: Expression # of SELECT list is not in GROUP BY clause and co ...

  3. php实现同一时间内一个账户只允许在一个终端登陆

    在账户表的基础上,我新建了一个账户account_session表,用来记录登录账户的account_id和最新一次登录成功用户的session_id,然后首先要修改登录方法:每次登录成功后,要将登录 ...

  4. ThinkPHP5自定义分页样式

    1.在thinkphp/library/think/paginator/driver目录下新建文件Page.php 注意命名空间和继承 <?php namespace think\paginat ...

  5. vue-scroller记录滚动位置

    问题描述: 列表页进入详情页,或者tab页切换,然后再返回列表页,希望能切换到之前滚动位置 解决问题思路: 切换到其他页面前记录位置,返回列表页的时候返回位置.这就需要借助vue-router的bef ...

  6. CSS让DIV按照背景图片的比例缩放,并让背景图片填充整个元素(转)

    目的是:通过background的一系列属性,让DIV按照背景图片的比例缩放,并让背景图片填充整个DIV 首先我们需要让背景图片在指定的DIV中全部填充显示 之前看有用类似 background-at ...

  7. ListView 添加 HeaderView常见错误

    1.addHeaderView异常: 最近在做通讯录开发时使用ListView,发现一个奇怪的问题:当添加一个ImageView 作为HeaderView时,发现ImageView长宽始终是1:1的大 ...

  8. Android性能优化系列之APK终极瘦身策略

    第1条:使用一套资源 这是最基本的一条规则,但非常重要. 对于绝大对数APP来说,只需要取一套设计图就足够了.鉴于现在分辨率的趋势,建议取720p的资源,放到xhdpi目录. 相对于多套资源,只使用7 ...

  9. Android 借助Stetho在Chrome上调试Android网络、数据库、Sharedpreferences

    Android 借助Stetho在Chrome上调试Android网络.数据库.Sharedpreferences 转载请标明出处:http://blog.csdn.net/zhaoyanjun6/a ...

  10. LeetCode 题解之Goat Latin

    1.问题描述 2.问题分析 将句子拆分成单词,然后放入vector中,对每一个单词做改变,最后连成句子返回. 3.代码 string toGoatLatin(string S) { vector< ...