MySQL 5.4.3-beta
Er is een nieuwere versie beschikbaar van deze download.
Er is een nieuwe versie verschenen van MySQL, ditmaal gaat het om een update van de productlijn versie 5, versie 4.3-beta. MySQL is krachtige opensourcedatabasesoftware waarmee allerlei gegevens van een website kunnen worden opgeslagen. Deze software kan gebruikt worden samen met veel verschillende talen, bijvoorbeeld met de scriptingtaal PHP maar ook met C, Perl en Java. Het word vooral in de Linuxomgeving gebruikt, maar ook op andere besturingssystemen. Het kan onder andere gebruikt worden, om gastenboeken en contactpagina's te maken. Met MySQL kun je de gegevens opslaan in een database.
Changelog:
- Scalability improvements. The principal emphasis is to improve scalability on multi-core CPUs. The trend in hardware development now is toward more cores rather than continued increases in CPU clock speeds, which renders “wait until CPUs get faster” a nonviable means of improving database performance. Instead, it is necessary to make better use of multiple cores to maximally exploit the processing cycles they make available. MySQL 5.4 takes advantage of features of SMP systems and tries to eliminate bottlenecks in MySQL architecture that hinder full use of multiple cores. The focus has been on InnoDB, especially locking and memory management.
- InnoDB I/O Subsystem changes. InnoDB I/O subsystem changes enable more effective use of available I/O capacity.
- Enhanced Solaris support. Several modifications improve operation of MySQL Server on Solaris.
- Diagnostic and monitoring capabilities. There is better access to execution and performance information. Diagnostic improvements include DTrace probes, expanded SHOW ENGINE INNODB STATUS output, and a new status variable.
- Configuration changes. The “out of box” configuration provides better choices of default option and system variable values for MySQL operation on up to 16-way x86 servers and 64-way CMT servers with 4GB or more memory.