Free Summer learning on MySQL Oracle
University
Register now!
Free Summer learning on MySQL Oracle
University
Register now!
Just a quick check in… I just added a couple of things that I
have found necessary as I'm testing out XtraBackup Manager.
You can now configure globally whether or not to automatically
cleanup failed backups. Previously, XBM would always cleanup
after itself on a failure.
I am finding that when things fail, that I would like a chance to
investigate and troubleshoot why and perhaps open an XtraBackup
bug or try some experimentation to see what might get around the
problem.
I have been finding it particularly frustrating when waiting 9
hours for a multi-terabyte system to backup and then have some
failure occur right at the end -- with the previous auto-cleanup
I was left with nothing to troubleshoot with! Now I can turn off
the cleanup and have a chance to do some forensics myself.
At the moment this is a quick and dirty feature -- it is only
configurable at the global level, not per backup …
Why do so many cell phone companies run MySQL Cluster? The faster they can look up your phone’s identification number, they faster they can start charging you! Cluster is a very interesting product and you can now evaluate the latest development version mysql-cluster-7.2-labs-memcached. Adaptive Query Localization makes complex joins run twenty times faster by having more of the hard work done by the data nodes and not the sever node. And the data nodes can do this work in parallel. I bet cell phone companies will love that.
And you can access your data through SQL and memcached! Your applications use the standard memcached API but now memcached uses its NDB driver for quick access to the information in the data nodes. For some interesting ideas on deployment. …
[Read more]It’s Friday again, and time for another TGIF give-away of a Percona Live London ticket! But first, what’s new with the MySQL query cache? You may know that it still has the same fundamental architecture that it’s always had, and that this can cause scalability problems and locking, but there have been some important changes recently. Let’s take a look at those.
The first important change is that both Percona and Oracle actually built some code improvements into the query cache and the interface between it and MySQL. It’s now possible to completely disable it, for example. This used to be possible only by eliminating it at compile time. If you didn’t do that, then there was still a query-cache single choke-point in the server. Now that’s gone. As of MySQL 5.5, the query cache mutex isn’t hit at all if …
[Read more]There are two filesort algorithms in MySQL for sorting and retriving select queries results. 1. Original Filesort Algorithm : This method uses only the ORDER BY columns. (prior to MySQL 4.1) 2. Modified Filesort Alforithm : This method uses ORDER BY columns and the columns which are used in query. [...]
Oracle has launched Java 7, Steve Jobs has resigned, IBM has made new alignments with HP and so on. The industry is buzzing with the breaking news while one thing is rest assured that the brightest and most innovative days are ahead of the IT industry, and so blogging is anticipating some thrilling times ahead [...]
1, Log in to the system as administrator 2, Stop mysql service if it is running … Start > run > services.msc, or right click my computer > manage > services and application > services and select mysql server and stop You can also stop mysql service from command prompt ie, 3, Create one text [...]
I'm sitting in SFO tonight, awaiting my return trip back to
Hurricane Pending Maryland. (As a former Floridian, I must of
course scoff at any notions that this hurricane is significant).
Walking through the airport I noticed a large billboard about
"Big Data and the Cloud". This is the kind of billboard you only
see in Silicon Valley; I don't see signs like that in Portland or
Ottawa, and certainly not when I had to change flights in Detroit
this year.
Anyway, these two buzz words aren't a local phenomenon, and are
actually taking the tech world by storm. Big Data has become
serious enough that there are multiple conferences now for folks
interested in the topic. And cloud, well, perhaps harder to
define, but more and more businesses are moving to the cloud
every day. The problem here is that, most of the traditional
ideas on big data run entirely counter to the ideas that work
well in the cloud.
Last spring I …
I’m sitting in SFO tonight, awaiting my return trip back to Hurricane Pending Maryland. (As a former Floridian, I must of course scoff at any notions that this hurricane is significant). Walking through the airport I noticed a large billboard about “Big Data and the Cloud”. This is the kind of billboard you only see in Silicon Valley; I don’t see signs like that in Portland or Ottawa, and certainly not when I had to change flights in Detroit this year.
Anyway, these two buzz words aren’t a local phenomenon, and are actually taking the tech world by storm. Big Data has become serious enough that there are multiple conferences now for folks interested in the topic. And cloud, well, perhaps harder to define, but more and more businesses are moving to the cloud every day. The problem here is that, most of the traditional ideas on big data run entirely counter to the ideas that work well in the cloud.
Last spring I moderated …
[Read more]