Home > Data > Relational Database Welcome to supplement/feedback/suggestions

Common relational databases (RDBMS).



loading...

reload

Oracle - Official website - Source code - Document - Download address - Score()

Oracle Database, also known as Oracle RDBMS, or Oracle for short. It is the most widely used enterprise-level relational database, developed by Oracle. It has always been in the leading position in the field of relational database. The system has good portability, convenient use, powerful function and performance, and high efficiency. It has high performance, high throughput and high reliability.

MySQL - Official website - Source code - Document - Download address - Score()

MySQL is the most popular relational database management system at present. It was developed by MySQL AB in Sweden and later acquired by Sun. In 2009, Oracle acquired Sun, and MySQL became a product of Oracle.

SQL Server - Official website - Source code - Document - Download address - Score()

SQL Server is a scalable and high-performance relational database management system launched by Microsoft. It can only run on the Windows system for a long time. The Linux version has been released since SQL Server 2017.

PostgreSQL - Official website - Source code - Document - Download address - Score()

PostgreSQL (PgSQL for short) is the world's most advanced open source object relational database management system (ORDBMS), which is developed from the POSTGRES software package of the University of California, Berkeley. At present, it has been used in the production environment by a large number of technology companies in the world.

DB2 - Official website - Source code - Document - Download address - Score()

DB2 is a set of relational database management system developed by IBM in the United States. It is mainly used in large application systems, with good scalability, and can support all common server operating system platforms from mainframe to single-user environments. DB2 provides high-level Data utilization, integrity, security, recoverability, and the execution ability of small-scale to large-scale applications, with platform-independent basic functions and SQL commands.

MariaDB - Official website - Source code - Document - Download address - Score()

MariaDB is an open source relational database management system that is fully compatible with MySQL and is licensed by GPL. In terms of storage engine, XtraDB replaces MySQL's InnoDB. MariaDB is developed by Michael Widenius, the founder of MySQL. The name of MariaDB comes from his daughter Maria.

Percona Server - Official website - Source code - Document - Download address - Score()

Percona Server is released by Percona, a leading MySQL consulting company. Percona Server is an independent database product that is fully compatible with MySQL. It can replace the InnoDB storage engine with XtraDB without changing the code.


Reprint, please indicate that is from www.guider.dev, thank you.