除了mysql 和 sql server, 你还有另外一种选择 postgreSQL

时间:2020-11-11 16:31:33   收藏:0   阅读:18

数据库的重要性,不用多说。数据库的名字,大家应该也知道很多。就国内来说,使用者最多的应该是mysql 和sql server,大企业用ORACLE的也不在少数。

就我个人而言,在使用.NET的时候,基本用的是SQL Server,毕竟和微软是一家的产品。用PHP或者其他语言的时候,基本就是Mysql(mariadb)。

话不多说,先了解一下PostgreSql的一些基本情况,作为一个工程师,学习一个新技能,我的首要选择,是先到官网去看看,毕竟官网的代表官方的准确性。如果官方的看不到,再去百度,或者在博客园,

再找一些通俗易懂的解析。

官方网站:https://www.postgresql.org/。

首页一个醒目的大字:PostgreSQL: The World‘s Most Advanced Open Source Relational Database(自称世界上最先进的开源关系数据库)。
官网的自我介绍:
PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. The origins of PostgreSQL date back to 1986 as part of the POSTGRES project at the University of California at Berkeley and has more than 30 years of active development on the core platform.

PostgreSQL has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions. PostgreSQL runs on all major operating systems, has been ACID-compliant since 2001, and has powerful add-ons such as the popular PostGIS geospatial database extender. It is no surprise that PostgreSQL has become the open source relational database of choice for many people and organisations.

起源于1986年的加利福尼亚大学的POSTGRES,超过30年的历史。

PostgreSQL 特征

当然,作为开源数据库,跨平台,肯定不是问题,支持windows,Mac,linux 等系统。

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!