2013-03-10

MySQL 5.6.10

MySQL 5.6.10MySQL Community Edition is the freely downloadable version of the world's most popular open source database. It is available under the GPL license and is supported by a huge and active community of open source developers.

The MySQL Community Edition includes:
  • Pluggable Storage Engine Architecture
  • Multiple Storage Engines: InnoDB, MyISAM, NDB (MySQL Cluster), Memory, Merge, Archive, CSV, and more
  • MySQL Replication to improve application performance and scalability
  • MySQL Partitioning to improve performance and management of large database applications
  • Stored Procedures to improve developer productivity
  • Triggers to enforce complex business rules at the database level
  • Views to ensure sensitive information is not compromised
  • Information Schema to provide easy access to metadata
  • MySQL Connectors (ODBC, JDBC, .NET, etc) for building applications in multiple languages
  • MySQL Workbench for visual modeling, SQL development and administration
  • Available on over 20 platforms and operating systems including Linux, Unix, Mac and Windows.

Title: MySQL 5.6.10
Filename: mysql-5.6.10-win32.msi
File size: 35.48 MB
Requirements: Windows 9x / 2000 / XP / Vista / Windows7 / Windows8
Languages: en-US
License: Open Source
Date added: March 8, 2013
Author: MySQL AB
www.mysql.com

Download now

Change Log:

- New features and enhancements in MySQL 5.6 are available to MySQL users in the MySQL Community Edition.
- MySQL 5.6 provides enhanced linear scalability, helping users to leverage modern hardware capabilities.
- With this version, users can experience simplified query development and faster execution, better transactional throughput and application availability, flexible NoSQL access, improved replication and enhanced instrumentation.

- Better Query Execution Times and Diagnostics provided through an enhanced MySQL Optimizer diagnostics: Subquery Optimizations: simplify query development by optimizing subqueries prior to execution. New efficiencies in how result sets are selected, sorted and returned deliver substantial improvement in query execution times. The Addition of Index Condition Pushdown (ICP) and Batch Key Access (BKA): can improve selected query throughput by up to 280x(1). Enhanced Optimizer Diagnostics: with EXPLAIN for INSERT, UPDATE, and DELETE operations. EXPLAIN plan output in JSON format delivers more precise optimizer metrics and better readability, and Optimizer Traces enables to track the optimizer decision-making process.
- Greater Performance Throughput and Application Availability with an improved InnoDB storage engine: Up to 230 Percent Improvement in Transactional and Read Only Throughput: InnoDB has been re-factored to minimize legacy threading, flushing, and purge mutex contentions and bottlenecks, enabling better concurrency on heavily loaded OLTP systems, and resulting in significantly improved throughput for both transactional and read only workloads(2). Enhanced Availability: online DDL operations enable DBAs to add indexes and perform table alterations while the application remains available for updates. Full-Text Search with InnoDB: allows developers to build FULLTEXT indexes on InnoDB tables to represent text-based content and speed up application searches for words and phrases. Simple, Key Value Lookup: flexible NoSQL access to InnoDB provides simple, key-value lookup of InnoDB data via the familiar Memcached API. Users get the “best of both worlds,” combining key-value operations and complex SQL queries in the same database.
- Improved Scale-Out and High Availability: with new features in MySQL replication including: Self-Healing Replication Clusters: the addition of Global Transaction Identifiers and Utilities make it simple to automatically detect and recover from failures. Crash-Safe Replication enables the binary log and slaves to automatically recover correct positions in the replication stream in case of a crash, and resume replication without administrator intervention. Checksums maintain data integrity across the cluster by automatically detecting and alerting on errors. High Performance Replication Clusters: up to 5 times faster replication through Multi-Threaded Slaves(3), Binlog Group Commit and Optimized Row-Based Replication enable users to maximize the performance and efficiency of replication as they scale-out their workloads across commodity systems. Time-delayed Replication: provides protection against operational errors made on the master, for example accidentally dropping tables.
- Enhanced PERFORMANCE_SCHEMA: new instrumentation enables users to better monitor most resource intensive queries, objects, users and applications. New summaries with aggregated statistics grouped by query, thread, user, host and object are also available. The enhancements allow for easier default configuration with less than five percent overhead.

- MySQL 5.6 includes a number of additional enhancements including Geographic Information Systems - Precise Spatial operations, improved IPv6 compliance and optimized server defaults.

0 comments:

Post a Comment