awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mysql avatar

mysql/mysql-server

0
View on GitHub↗
12,297 星标·4,291 分支·C++·9 次浏览www.mysql.com↗

Mysql Server

MySQL Server is a relational database management system designed to organize and store structured information. It functions as a comprehensive SQL server platform that provides reliable transactional integrity and high-performance query execution for enterprise data management.

The system distinguishes itself through a pluggable storage engine architecture that decouples logical query processing from physical data storage, allowing for specialized handling of diverse workloads. It maintains data consistency and high concurrency through multi-version concurrency control and write-ahead logging, while utilizing cost-based optimization to determine efficient execution plans for complex data retrieval.

The platform includes integrated capabilities for maintaining continuous operations through automated replication, clustering, and failover mechanisms. It also features built-in support for predictive analytics, enabling the execution of machine learning pipelines directly within the database environment to perform model training and analysis on stored data.

Security is managed through a dedicated platform layer that provides encryption, auditing, and granular access controls to protect sensitive information. The software is distributed as a server application with extensive documentation available for installation and configuration across various environments.

Features

  • Relational Database Management Systems - Organizes and stores structured data while providing high-performance query execution and reliable transactional integrity.
  • Enterprise SQL Servers - Provides a robust platform for managing enterprise data with built-in support for replication, clustering, and automated failover.
  • Relational Data Stores - Organizes and stores structured information within a server application to ensure efficient retrieval and reliable data access.
  • High Availability Configurations - Ensures continuous operations and data consistency by using automated replication, clustering, and failover mechanisms.
  • Primary-Replica Replication - Propagates data changes by streaming transaction logs from a primary server to replicas to ensure high availability and read scaling.
  • Write-Ahead Logging - Records all data modifications to a persistent log file before applying changes to the database to guarantee durability during system failures.
  • Access Control - Protects sensitive information by using encryption, auditing, and firewall controls to monitor and restrict access to database resources.
  • Database Infrastructure Security - Protects sensitive information through encryption, auditing, and granular access controls against unauthorized threats.
  • Database Administration Consoles - Protects sensitive information by using encryption, auditing, and firewall controls to monitor and restrict access to database resources.
  • Database Management Systems - Leading open-source relational database management system.
  • Database Systems - Widely used relational database management system.
  • Server and Infrastructure - Provides the official database server distribution.
  • MySQL - Listed in the “MySQL” section of the DotNetGuide awesome list.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.
  • Database Query Optimizations - Accelerates data processing and retrieval speeds by using caching mechanisms and high-performance engines to handle complex analytical and transactional workloads.
  • Multi-Version Concurrency Control - Maintains multiple versions of data rows to allow simultaneous read and write operations without blocking transactions during high-concurrency access.
  • Cost-Based Optimizers - Analyzes table statistics and index availability to select the most efficient execution plan for retrieving data from complex relational structures.
  • Query Performance Tuning - Optimizes data processing and retrieval speeds by using caching mechanisms and high-performance engines to handle complex workloads.
  • Predictive Machine Learning Analytics - Integrates machine learning pipelines directly into database environments to perform model training and predictive analysis on stored data.
  • Analytical Databases - Integrates machine learning pipelines directly into the storage layer to perform model training and analysis on stored information.
  • Pluggable Storage Drivers - Decouples the logical query processing layer from physical data storage formats to allow specialized engines for different workload requirements.
  • Process-Per-Connection Architectures - Assigns a dedicated execution thread to each client session to manage concurrent requests and isolate resource usage across multiple active users.

Star 历史

mysql/mysql-server 的 Star 历史图表mysql/mysql-server 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Mysql Server 的开源替代方案

相似的开源项目,按与 Mysql Server 的功能重合度排序。
  • mariadb/serverMariaDB 的头像

    MariaDB/server

    7,196在 GitHub 上查看↗

    This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings. The system incorporates a columnar storage engine to optimize analytical query processing and large-scale data aggregation. It further enables vector similarity search, allowing users to find similar items by querying vector embeddings. The software covers a broad capability su

    C++amazon-web-servicesdatabasefulltext-search
    在 GitHub 上查看↗7,196
  • postgres/postgrespostgres 的头像

    postgres/postgres

    20,076在 GitHub 上查看↗

    PostgreSQL is an object-relational database management system designed for the persistent storage and retrieval of structured information. It functions as an ACID-compliant database server, utilizing standard query language protocols to maintain data consistency and reliability across large-scale application datasets. The system distinguishes itself through an extensible architecture that allows for the definition of custom data types, operators, and indexing methods. It employs multi-version concurrency control to enable simultaneous read and write operations without blocking, supported by a

    C
    在 GitHub 上查看↗20,076
  • h2database/h2databaseh2database 的头像

    h2database/h2database

    4,607在 GitHub 上查看↗

    H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL database that can run directly within an application process to remove network latency, or as an in-memory database for high-performance volatile storage. It also includes a web-based console for executing SQL commands and administering schemas. The system is characterized by its flexible deployment modes, including a standalone server mode for remote TCP/IP access and a mixed mode for simultaneous local and remote connectivity. It features a dialect emulation layer and compatibilit

    Javadatabasejavajdbc
    在 GitHub 上查看↗4,607
  • pingcap/awesome-database-learningpingcap 的头像

    pingcap/awesome-database-learning

    10,672在 GitHub 上查看↗

    This project is a curated collection of academic papers, books, and technical resources designed for studying the architecture and implementation of database management systems. It serves as a comprehensive educational guide for engineers and researchers looking to understand the fundamental principles behind modern data storage and retrieval. The repository distinguishes itself by providing structured learning paths across critical database domains, including the design of persistent storage engines, the mechanics of query optimization, and the complexities of distributed transaction managem

    awesomeawesome-listblogs
    在 GitHub 上查看↗10,672
查看 Mysql Server 的所有 30 个替代方案→

常见问题解答

mysql/mysql-server 是做什么的?

MySQL Server is a relational database management system designed to organize and store structured information. It functions as a comprehensive SQL server platform that provides reliable transactional integrity and high-performance query execution for enterprise data management.

mysql/mysql-server 的主要功能有哪些?

mysql/mysql-server 的主要功能包括:Relational Database Management Systems, Enterprise SQL Servers, Relational Data Stores, High Availability Configurations, Primary-Replica Replication, Write-Ahead Logging, Access Control, Database Infrastructure Security。

mysql/mysql-server 有哪些开源替代品?

mysql/mysql-server 的开源替代品包括: mariadb/server — This project is an open source relational database management system and SQL database designed for storing and… postgres/postgres — PostgreSQL is an object-relational database management system designed for the persistent storage and retrieval of… h2database/h2database — H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL… pingcap/awesome-database-learning — This project is a curated collection of academic papers, books, and technical resources designed for studying the… clockworklabs/spacetimedb — SpacetimeDB is a stateful, real-time database platform that executes application logic directly within the database… hdt3213/godis — Godis is a Redis-compatible in-memory database and distributed key-value store. It functions as a replicated data…