MYSQL VS PostgreSQL

PostgreSQL在处理海量数据集,复杂查询和读写操作时速度更快。
MySQL使用只读命令的速度更快
PostgreSQL自带集群,已经比较好
PostgreSQL的插件真的很多,很牛逼
GIS之类,请选择PostgreSQL
如果需要从Oracle切换,选择PostgreSQL
如果一般运用,选择MYSQL

MYSQL8+ PostgreSQL10+ 功能基本无差别
窗口函数,WITH表达式,申明式分区,全文检索

题外话

PostgreSQL 区分大小写

https://www.jianshu.com/p/1c8b4bb02eec?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation

https://github.com/digoal/blog

https://developer.aliyun.com/article/98539