Relational Database System
www.mysql.com
2
Leaving SiteNav
External Link Disclaimer
You are about to visit www.mysql.com. This website is not operated by us. We are not responsible for its content or privacy practices.
About this website
The world's most popular open source relational database management system, powering web applications, content management systems, e-commerce platforms, and enterprise software for over 25 years. The database uses a standard SQL interface with ACID transaction compliance, supporting standard features including foreign keys, stored procedures, triggers, views, window functions, common table expressions, and JSON document storage with validation and indexing. The default InnoDB storage engine provides row-level locking, crash recovery through write-ahead logging, and foreign key constraint enforcement, making it suitable for high-concurrency transactional workloads. Multi-version concurrency control allows readers to see consistent snapshots without blocking writers, improving throughput in mixed read-write workloads. Replication supports asynchronous, semi-synchronous, and group replication modes for read scaling, disaster recovery, and high availability with automatic failover. The system handles databases ranging from small embedded applications to massive web-scale deployments processing billions of rows, with partitioning for managing large tables by range, list, hash, or key. Performance features include an adaptive hash index for in-memory lookups, buffer pool configuration for caching frequently accessed data, query optimizer with cost-based execution plan selection, and slow query logging for identifying performance bottlenecks. Connectors are available for every major programming language including Python, Java, JavaScript, Go, C, PHP, Ruby, and .NET. The MySQL Cluster edition provides a distributed, shared-nothing architecture with 99.999 percent availability and horizontal write scaling across multiple nodes.
Statistics
2
Views
0
Clicks
0
Like
0
Dislike