Home > Database > Mysql Tutorial > body text

Mysql series (3) database features

黄舟
Release: 2017-01-22 16:40:00
Original
1256 people have browsed it

1. It is written in C and C++ and tested using a variety of compilers to ensure the portability of the source code.

2. Supports AIX, FreeBSD, HP-UX, Linux, Mac OS, NovellNetware, OpenBSD, OS/2 Wrap, Solaris, Windows and other operating systems.

3. APIs are provided for multiple programming languages. These programming languages ​​include C, C++, Python, Java, Perl, PHP, Eiffel, Ruby, .NET and Tcl, etc.

4. Supports multi-threading and makes full use of CPU resources.

5. Optimized SQL query algorithm effectively improves query speed.

6. It can be used as a standalone application in a client-server network environment, or it can be embedded in other software as a library.

7. Provides multi-language support. Common encodings such as Chinese GB 2312, BIG5, Japanese Shift_JIS, etc. can be used as data table names and data column names.

8. Provides multiple database connection methods such as TCP/IP, ODBC and JDBC.

9. Provides management tools for managing, checking, and optimizing database operations.

10. Support large databases. Can handle large databases with tens of millions of records.

11. Supports multiple storage engines.

12.MySQL is open source, so you don’t need to pay extra.

13.MySQL uses the standard SQL data language form.

14.MySQL has good support for PHP, which is currently the most popular web development language.

15.MySQL can be customized and adopts GPL protocol. You can modify the source code to develop your own MySQL system.

16. Online DDL/change capabilities, data architecture supports dynamic applications and developer flexibility (new in 5.6[4])

17. Replicate global transaction identifiers to support self-healing clusters (new in 5.6[4] Added)

18. Copy crash-free slaves to improve availability (new in 5.6[4])

19. Copy multi-threaded slaves to improve performance (new in 5.6[4])

20.3 times faster performance (new in 5.7[5])

21. New optimizer (new in 5.7[5])

22. Native JSON support (new in 5.7[5])

23. Multi-source replication (5.7 [5] New)

24. GIS spatial expansion (5.7[5] New)

The above is the content of Mysql series (3) database features. For more related content, please pay attention to the PHP Chinese website (www.php. cn)!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!