InfoQ Homepage News MySQL Repository Analysis Reveals Declining Development and Shrinking Contributor Base
MySQL Repository Analysis Reveals Declining Development and Shrinking Contributor Base
Dec 05, 2025 2 min read
by
Write for InfoQ
Feed your curiosity. Help 550k+ globalsenior developers
each month stay ahead.Get in touch
A recent report has analyzed the repository statistics of the MySQL server to evaluate the project's status, Oracle's commitment to MySQL, and the future of the community edition. Julia Vural, software engineer manager at Percona, writes:
The MySQL database server is a foundational component of the open-source world. While its impact is undeniable, looking at the raw statistics of its core source code repository reveals a dynamic and sometimes surprising development history (...) The yearly view of commits, emphasizes the volatility but clearly validates the long-term declining trend. (...) Based purely on the historical volume of commits, the project's activity is projected to continue its decline.
According to the analysis, the number of people actively working on MySQL has dropped from a peak of 198 in 2006 to around 75 in 2025. Meanwhile, the annual number of code updates has decreased roughly fourfold over the past 14 years, indicating less overall work on the project.
Source: Percona blog
Vural summarizes:
The overall trend since 2011 shows a sustained decline in the number of commits and a shrinking pool of unique contributors. The trendline is a clear warning that, without intervention, the general development pace is expected to slow further. However, the increasing, focused effort on "Heatwave" suggests that development resources are being strategically allocated to high-priority, commercial initiatives within the broader MySQL ecosystem.
The report shows that the amount of new core programming code being added each year has been declining over time, possibly because the software has matured or development has shifted to proprietary versions. Some developers are asking for a similar analysis of the PostgreSQL repository to better compare the two trends.
Earlier this year, Oracle laid off a significant number of developers working on the MySQL community edition, and some of the latest major features have been available only on MySQL Heatwave, the managed service on OCI, and in MySQL Enterprise Edition, raising further concerns in the community. Patrik Backman, MariaDB co-founder, writes:
How far can Oracle scale back MySQL engineering before developer mindshare begins to erode? How long will large enterprises accept feature lock-in as the price of continuity?
As previously reported by InfoQ, MySQL AI was introduced only for the enterprise edition, with PlanetScale forking the community edition to add vector support. Meta has forked MySQL to add features such as the Raft consensus engine, RocksDB, and vector storage. Similarly, JavaScript functions and procedures are currently not supported in the community edition.
The analysis data were extracted from a local clone of the official MySQL server and analyzed using custom Python scripts that leverage formatted git log commands to extract key metrics for each commit.
This content is in the AI, ML & Data Engineering topic
Related Topics:
-
Related Editorial
-
Related Sponsors
-
Popular across InfoQ
-
Reddit Migrates Comment Backend from Python to Go Microservice to Halve Latency
-
Kubernetes Community Retires Popular Ingress NGINX Controller
-
Helm Improves Kubernetes Package Management with Biggest Release in 6 Years
-
Cloudflare Introduces Remote Bindings for Local Development
-
Java News Roundup: Spring Cloud, Quarkus, Hibernate ORM, JobRunr, LangChain4j, Java Operator SDK
-
How to Use Apache Spark to Craft a Multi-Year Data Regression Testing and Simulations Framework
-
Related Content
The InfoQ Newsletter
A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example