(Jon Stephens) In this article, we discuss the XML functionality available in MySQL, with an emphasis on new features coming online in MySQL 5.1 and MySQL 6.0. We assume that you already have a working knowledge of XML, and that you know what the terms “valid” and “well-formed” mean. We also assume
Tag: Open Source
8.3 vs. 8.2 – a simple benchmark
(Stefan Kaltenbrunner) With 8.3 just around the corner more and more people are actually starting to test 8.3 with their code base and wondering if it will be worth to switch/upgrade and so did I.
MySQL Failover Strategy using State Management, introducing MPP – Part 3
(Russell E Glaue) In part 2 we discussed the internals of MPP and how MPP can be used with LVS to create a failover strategy. In this part 3 we will discuss how to configure and operate MPP, and additionally use MPP with MySQL Proxy to create a failover strategy.
Combining MySQL Proxy with MySQL Cluster
(Kaj Arnö) A while ago, I had a discussion with Stewart Smith, Vinay Joosery, Monty Taylor and a number of other MySQLers who know much more about MySQL Cluster than I do. The result is a model for using MySQL Proxy to offload MySQL Cluster from doing Table Scans, without touching the application.
Be careful rotating MySQL logs
(Peter Zaitsev) If you enable logging of all queries as “slow queries” using the patch or MySQL 5.1 you can get log file to grow huge. Same may happen with general log file. In some cases we’ve got log file sizes of 100G or more which may need to be cleaned up.
Internal vs. External Testing?
(Zack Urlocker) When I first arrived at MySQL more than 4 years ago, we didn’t have much in the way of internal Quality Assurance. There were a couple of test suites that had been created and many engineers wrote unit tests. We supported a wide range of platforms, but formal testing was pretty spott
Open source and open standards can equal profit
(Justin James) Open standards and open source are good concepts, particularly when they lay the groundwork for individual companies and programmers to base their work on. These “open” concepts get a bad reputation when people use them as a personal bully pulpit against a business rival. I believe th
Falcon serendipitous performance findings
(Giuseppe Maxia) While researching partitioning performance (expect an article about this topic soon) I come across the news that the Falcon team has released a Falcon Feature Preview with the latest implementation.
Simplified Business Rules Engine
(Jonathan) So I was thinking about some of my ideas that I had already previously written in my blog and I was also doing research on some things. Considering that I only recently started database developing, there are some things that I have some slight understanding in. There are also things that
MySQL: How do I import individual table dump files in to MySQL using shell script?
(CrazyToon) After I wrote the post: How do I dump all tables in a database into separate files? I got emails from couple people asking how to import the individual table files back in to MySQL. First way to import each sql file created by the post is to import each file individually by typing: my
