본문 바로가기
MySQL News&Article

MySQL News Letter: April 2011

by 모모레 2011. 5. 1.

 
[Highlights]
- Event: OTN Developer Day: MySQL - Santa Clara, CA (May 3)
- Blog Post: Thank You from The MySQL Team at Oracle!
- DevZone Article: What's New in MySQL 5.6
- DevZone Article: MySQL Cluster 7.2 Labs & Development Milestone Release - NoSQL with Memcached and 20x Higher JOIN Performance
- DevZone Article: NoSQL to MySQL with Memcached
- DevZone Article: Introducing the MySQL Installer for Windows
- Live Webinar: MySQL Enterprise Hot Backup for Your Products (April 28)

[New Product Releases]
New Release of MySQL Community Server 5.6.2 (Development Milstone) 
MySQL 5.6.2 개발 버젼이 새롭게 나왔습니다. 새로운 추가 기능이 많다고 하네요.  
변경사항은 다음과 같습니다. 
다운로드는 다음의 url에서 합니다. 
http://dev.mysql.com/downloads/mysql/5.6.html#downloads 

New Release of MySQL Cluster 7.2.0 (Development Milestone) 
MySQL Cluster 7.2.0 개발 버젼에 새롭게 나왔습니다. NDBCluster 스토리지 엔진에 대한 사용자의 feedback을 추가하였습니다.
변경사항은 다음과 같습니다. 
http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-news-5-1-51-ndb-7-2-0.html 

다운로드는 다음의 url에서 합니다. 
  
New Release of MySQL Community 5.5.11 (GA) 
MySQL 5.5의 새 버전으로 5.5.11이 발표되었습니다.

변경사항은 다음과 같습니다. 

다운로드는 다음의 url에서 합니다. 

New Release of MySQL Workbench 5.2.33 (GA) 
MySQL 개발 툴로 사용가능한 MySQL Workbench 새 버젼이 나왔습니다.
변경사항은 다음과 같습니다. 

다운로드는 다음의 url에서 합니다. 

[Hints & Tips] 
OTN Article: Scaling a PHP MySQL Web Application by Eli White
실질적으로 core code를 사용하여 Web Application을 작성하는 것은 프로젝트에서 가장 기본이 되는 focus이다. 이것은 재미있는 일이다. 하지만, 트래픽이 몰리면서 문제가 발생하는 시기가 다가오기 마련이다. 이 글은 웹사이트의 scale관련하여 생각해 봐야 하는 내용을 정리한 글이다.

첫번째 글
http://www.oracle.com/technetwork/articles/dsl/white-php-part1-355135.html
두번째 글
http://www.oracle.com/technetwork/articles/dsl/white-php-part2-355138.html
 
White Paper: MySQL Enterprise Monitor for ISVs and OEMs 
2000년 지나서 Adobe나 CA, F5, Sage 와 같은 ISVs와 OEMs제품들과 비교하여 MySQL Enterprise Monitor가 얼마나 괜찮은 제품인지 작성한 글이다.
http://dev.mysql.com/why-mysql/white-papers/mysql_wp_enterprise_monitor_oem.php
White Paper: Scaling Web Services with MySQL Cluster: An Alternative to the MySQL Memory Storage Engine
Memory는 MySQL에서 사용할 수 있는 스토리지 엔진중의 하나이다. 또한, MySQL Cluster도 메모리를 사용하는 스토리지 엔진으로 빠른 성능을 내게 되는데 메모리를 사용하는 두 스토리지 엔진에 대해 알아 본다. 

PlanetMySQL Blog: Top Features in MySQL 5.6.2 Development Milestone Release 
작성자:Rob Young
Collaborate 11 conference에 소개된 것으로 개발버젼으로 5.6.2에 대해 설명한 글이다. 
 http://blogs.oracle.com/mysql/2011/04/top_features_in_mysql_562_development_milestone_release.html

PlanetMySQL Blog: A Big Bag of Epic Awesomeness
작성자:Mark Leith
performance_schema의 테이블을 사용하여 MySQL의 실행시 실행계획에 대한 것을 트레이싱 하는 것에 대한 내용이다. 
http://www.markleith.co.uk/?p=471 

PlanetMySQL Blog: Monitoring Table and Index IO with PERFORMANCE_SCHEMA
작성자:Mark Leith
performance_schema을 사용한 테이블및 인덱스 IO 모니터링에 대한 글이다.
http://www.markleith.co.uk/?p=611 

PlanetMySQL Blog: More Stable Query Execution Times by Improving InnoDB Statistics 
작성자:Øystein Grøvlen 
MySQL 옵티마이져에 변경내용중의 하나로서 이전에 소개되지 않은 부분에 대한것을 설명하며 성능 테스트한 내용이다.  
http://oysteing.blogspot.com/2011/04/more-stable-query-execution-time-by.html  
PlanetMySQL Blog: Replication Event Checksum
작성자:Mats Kindahl
Replication 운영시 사용하는 Event에 문제가 발생했는지 체크하는 checksum에 대해 작성한 글이다.
http://mysqlmusings.blogspot.com/2011/04/replication-event-checksum.html

PlanetMySQL Blog: MySQL 5.6: Index Condition Pushdown
작성자:Olav Sandstå
MySQL 5.6.2에 추가된 Index Condition PushDown에 대한 글이다.
http://olavsandstaa.blogspot.com/2011/04/mysql-56-index-condition-pushdown.html

PlanetMySQL Blog: Information Schema for InnoDB System Tables
작성자:Jimmy Yang
InnoDB에서 사용할 수 있는 Informaction scheme에 대한 내용이다.
http://blogs.innodb.com/wp/2011/04/information-schema-system-table/

PlanetMySQL Blog: MySQL 5.6: InnoDB scalability fix - Kernel mutex removed
작성자:Sunny Bain
InnoDB internal에 대한것 중 새로운 mutex에 대한 내용이다.
http://blogs.innodb.com/wp/2011/04/mysql-5-6-innodb-scalability-fix-kernel-mutex-removed/

PlanetMySQL Blog: Sharing user credentials between MySQL Servers with Cluster
작성자:Andrew Morgan
MySQL Cluster 7.2의 new feature에 대한 내용이다.
http://www.clusterdb.com/mysql-cluster/sharing-user-credentials-between-mysql-servers-with-cluster/

PlanetMySQL Blog: Scalable, persistent, highly-available NoSQL Memcache storage using MySQL Cluster
작성자:Andrew Morgan 
MySQL Cluster와 Memcache를 같이 사용할 경우에 어떤 효과가 있는지 작성한 글이다. 
http://www.clusterdb.com/mysql-cluster/scalabale-persistent-ha-nosql-memcache-storage-using-mysql-cluster/

PlanetMySQL Blog: Dramatically Increased MySQL Cluster JOIN performance with Adaptive Query Localization

작성자:Andrew Morgan
MySQL Cluster에서 join을 사용하는 경우의 성능에 대한 내용이다. 이 부분은 7.2에 추가된 기능이다. 
http://www.clusterdb.com/mysql/dramatically-increased-mysql-cluster-join-performance-with-adaptive-query-localization/

PlanetMySQL Blog: MySQL Workbench Utilities
작성자:Lars Thalmann
MySQL Workbench Utilities에 대한 설명 글이다.
http://larsthalmann.blogspot.com/2011/04/mysql-workbench-utilities.html

PlanetMySQL Blog: Get started with InnoDB Memcached Daemon plugin
작성자:Jimmy Yang
InnoDB에서 memcached를 같이 사용하는 것에 글이다. 
http://blogs.innodb.com/wp/2011/04/get-started-with-innodb-memcached-daemon-plugin/

PlanetMySQL Blog: MySQL 5.6: Multi threaded purge
작성자:Sunny Bains
purge 기능이 왜 필요한지 작성한 글이다.
http://blogs.innodb.com/wp/2011/04/mysql-5-6-multi-threaded-purge/

PlanetMySQL Blog: Some Transactional Debugging Enhancements in MySQL Connector/J 5.1.15 You Should Know About
작성자:Mark Matthews
MySQL Connector/J 5.1.15에 대한 글로서 InnoDB에서 트랜잭션을 사용하는 경우알아야 하는 debugging feature에 대한 글이다. 
http://www.jroller.com/mmatthews/entry/some_transactional_debugging_enhancements_in

PlanetMySQL Blog: As restoring a dump table into the MySQL master - you better get some sleep
작성자:Hazan Ilan
Master 서버에 다량의 데이터를 입력하는 경우 replication delay를 발생시킬 수 있는데, 그것을 어떻게 해소할 수 있을지에 대한 내용을 작성한 글이다. 
http://www.mysqldiary.com/as-restoring-a-dump-table-into-the-mysql-master-you-better-get-some-sleep/

[Events] 
Live Webinar: MySQL Reference Architectures for Scalable Web Infrastructure - French
웹서비스 사이즈에 따른 MySQL 사이징과 관리방법, 암호화 관련 내용
언어:프랑스어
시간:Thursday, April 28, 2011 - 10:00 CET
등록 url:http://dev.mysql.com/news-and-events/web-seminars/display-626.html

Live Webinar: NEW for ISVs and OEMs: MySQL Enterprise Edition - Adding Value to Your Products - Italian
MySQL 5.5의 MySQL Enterprise에 포함된 ISVs와 OEMs에 대한 내용이다.
언어:이탈리아어
시간:Friday, May 13, 2011 - 10:00 CET
등록:http://dev.mysql.com/news-and-events/web-seminars/display-628.html 

On-Demand Webinar: MySQL Cluster 7.1, Latest Updates and Enhancements
MySQL Cluster 7.1에 대한 가장 최근의 Update와 Enhancement에 대한 내용이다.
등록:http://dev.mysql.com/news-and-events/on-demand-webinars/display-od-613.html 


그 외의 내용은 다음의 url에서 확인할 수 있다.  
http://dev.mysql.com/news-and-events/web-seminars/index.html

MySQL에 대한 좀 더 많은 내용을 알고 싶으면 다음과 같은 사이트에서 확인해 보시면 됩니다.  

Read Oracle's MySQL Blog: 
http://blogs.oracle.com/mysql/ 

Join MySQL on Facebook: 
http://www.facebook.com/mysql 

Follow MySQL on Twitter: 
http://twitter.com/mysql 


---참고---
위 내용은 MySQL Newsletter을 정리한 내용입니다~~~~