MySQL Cluster 7.2
MySQL Cluster 7.2 (7.2.1 beta, published on Monday, 03 Oct 2011)PlanetMySQL Voting: Vote UP / Vote DOWN
View ArticleMySQL Cluster 7.2 (DMR2): NoSQL, Key/Value, Memcached
MySQL Cluster is one of the fastest growing technologies available from MySQL today. To build on this momentum, we are announcing the second Development Milestone Release (DMR) at Oracle Open World...
View ArticleOracle Open World Day 1
It was a good to put face to the names today at day 1 of #oow11 .Tried to spend most of the day supporting the MySQL Community Kiosk with Sherri, Sarah and Dave. I was able to step into a couple...
View ArticleEventual consistency with MySQL
tl;dr : New 'automatic' optimistic conflict detection functions available giving the best of both optimistic and pessimistic replication on the same dataMySQL replication supports a number of...
View ArticleWindows Native Authentication for MySQL
Starting with MySQL 5.5.16 it is possible to setup password-less connections from clients into the MySQL server using the Windows SSPI authentication framework.This functionality is provided by the...
View ArticleKick-off
Hi all!Here is a new blog; I'll post here some thoughts, tutorials... all related to my job - software developer at Oracle Corporation, working on MySQL. It will soon be nine years since I joined MySQL...
View ArticleTaskFreak! v0.6.2 – Customizing Status
Background Knowledge The progress of a task in TaskFreak! is shown as a percentage value and is not exactly visually appealing to quickly spot the progress. With a few minor alterations we can show the...
View ArticleBacthed Key Access Speeds Up Disk-Bound Join Queries
A new feature in MySQL 5.6.3 Development Milestone Release is Batched Key Access (BKA). BKA can be applied when an index lookup can be used to execute a join query. One example of such a query...
View ArticleMySQL at Oracle Open World 2011
It's great to see so many presentations and activities surrounding MySQL at Oracle Open World this year. There are a lot of Dolphins around the conference which is great to see as well. They MySQL...
View ArticleInstalling perl-DBD-MySQL and Dealing with Dependency Issues on Linux
The other day, I just posted an article about setting up Perl on Windows for MySQL. However, I just ran into an interesting Perl issue on Linux, and it was one slightly out of the ordinary, so I wanted...
View ArticleMySQL Oracle Open World talks
Some suggestions for MySQL sessions at Oracle Open World 2011.Tomas Ulin will give the MySQL keynote today:MySQL Executive Keynote: The state of the dolphin, Monday 12:30pmLuis Soares, Sanjay Manwani,...
View ArticleEffective MySQL: Optimizing SQL Statements
Ronald Bradford is a busy man. He has just finished Effective MySQL: Optimizing SQL Statements, the first in a series of MySQL books. There is a sample chapter at the link above. The chapters on...
View ArticleImplementing auto_increment using Lua stored procedures (Tarantool)
Most databases, which do not natively support SEQUENCE data type require user to create a separate table, or other database object to hold sequence information. In Tarantool, thanks to being able to...
View ArticleMySQL Query Cache not necessarily a bad thing
After reading about the query cache mutex contention, scalability issues on multi-cores, and several people recommending disabling query cache on multi-core machines. I decided to give it a try and...
View ArticleTarantool/Box benchmark
First benchmarks show that we're on par or faster than in-memory databases which use a similar technology: Redis and Memcached. I will never fully believe a benchmark which I haven't made myself (this...
View ArticleProcessing 500 Million transactions per day at Marketo with MySQL and...
Thursday, October 13th at 10 am PT/1 pm ETClick here to register!Marketo, Inc. is the revenue performance management company, transforming how marketing and sales teams of all sizes work - and work...
View ArticleNew Development Milestone Releases & Certifications!
In his Oracle OpenWorld keynote, Tomas Ulin, Oracle’s MySQL VP of Engineering, just announced exciting MySQL news, further demonstrating how Oracle drives MySQL Innovation! Here is a summary, with more...
View ArticleMore Early Access Features in the MySQL 5.6.3 Development Milestone!
For those with an interest in MySQL, this week at Oracle OpenWorld has gotten off to a great start. Demonstrating how Oracle drives MySQL innovation Tomas' "State of the Dolphin" keynote on Monday...
View ArticleWhat I learned at Surge 2011
Last week I had the opportunity to attend the Surge 2011 conference in Baltimore, MD. I thought it was a great conference, and I’m already looking forward to next year. I’m sure there’s already a...
View ArticleThe Effective MySQL Book Series
Announced on Sunday at Oracle Open World 2011 is the release of the Effective MySQL book series starting with the “Optimizing SQL Statements” title. The goal of the Effective MySQL series is a highly...
View Article