MySQL Workbench Version 5.1.16 the General Availability build can be downloaded at http://dev.mysql.com/downloads/workbench/5.1.html.Congratulations to the Workbench team for their great effort in this release.
Earlier I reported about two crashes related to MySQL 5.0.22 on
Ubuntu 6.06 LTS.
I think those bugs show a lack of testing on the side of
Cannonical/Ubuntu. And for MySQL there is a quite good test suite
available, so it's not rocketsience.
There are multiple reasons why you could use the MySQL Test Framework:
1. Test if bug you previously experienced exists in the version
you are using or planning to use.
2. Test if configuration changes have a good or bad result on the
stability of mysqld.
3. Test if important functions still return the correct results
(especially importand for financial systems)
$ echo "SELECT @@version;" > version.test
$ cp version.test version.result
$ mysql < version.test >> version.result
$ mysqltest --result-file=version.result …
I see this benchmark being quoted in multiple places, and there I see stuff like:
When carrying out more database benchmarking, but this time with PostgreSQL, XFS and Btrfs were too slow to even complete this test, even when it had been running for more than an hour for a single run. Between EXT3, EXT4, and NILFS2, the fastest file-system was EXT3 and then its successor, EXT4, was slightly behind that. Far behind the position of EXT4 were NILFS2 and then Btrfs and XFS.
There were few other benchmarks, e.g. SQLite showed ‘bad performance’ on XFS and Btrfs.
*clear throat*
Dear benchmarkers, don’t compare apples and oranges. If you see differences between benchmarks, do some very very tiny research, and use some intellect, that you, as primates, do have. If database tests are slowest on filesystems created …
[Read more]If you have delete-intensive workloads on InnoDB, then you need to understand how purge works. Dimitri has an interesting post on this. And I wrote about measuring purge lag.
I haven't had to deal with this problem yet, but the insert benchmark has a new option to make it delete intensive. So, I think I can reproduce workloads that generate a lot of purge lag.
Here is the link to the video of the talk I gave at OSBridge
->
http://blip.tv/file/2296093
It is the standard "this is Drizzle Talk".
ScaleDB provides a pluggable storage engine for MySQL that delivers shared-disk clustering . Brian Akers once described ScaleDB as "the closest thing to Oracle RAC for MySQL." The ScaleDB storage engine turns MySQL into a clustered database, where all of the nodes share the same data. It eliminates the need to partition the data. It also allows you to add and remove nodes without interrupting the application. It will (in time) provide high-availability, but we can’t promise that for the beta version.
So we’re looking for companies with problems we can uniquely solve. We view the beta process as an investment on both sides, we invest in supporting you and making you successful and you invest your time using our software. I have found that beta testers will invest more time when you solve a problem that they cannot …
[Read more]
The second Release Candidate of PBXT, version 1.0.08, has just
been released.
As I have mentioned in my previous blogs (here and here), I did a lot to improve performance for
this version.
At the same time I am confident that this release is stable as we
now have a large number of tests, including functionality,
concurrency and crash recovery. But even more important, the
number of users of PBXT has increased significantly since the
last RC release, and that is the best test for an engine.
So there has never been a better time to try out PBXT! :)
You can download the source code, and selected binaries from
here: …
Now here it is, the long awaited Firefox 3.5:
So, since there is Firefox 3.5 and since there are dolphins
(mascot of MySQL of course), lets look for a relation between
Firefox 3.5 and MySQL which not everybody necessarily knows
yet.
Ever wanted to search through the MySQL
documentation from your Search bar?
Hi All!
This year, the International Free Software Forum celebrated its 10th anniversary. It happened last week in Porto Alegre.
Pythian presented a session on Thursday called 8 Rules for Designing More Secure Applications with MySQL.
As promised, here are the slides we used on that session: 8 Simple Rules to Design Secure Apps with MySQL (PDF).
Cheers!
ScaleDB provides a pluggable storage engine for MySQL that delivers shared-disk clustering . Brian Akers once described ScaleDB as "the closest thing to Oracle RAC for MySQL." The ScaleDB storage engine turns MySQL into a clustered database, where all of the nodes share the same data. It eliminates the need to partition the data. It also allows you to add and remove nodes without interrupting the application. It will (in time) provide high-availability, but we can’t promise that for the beta version.
So we’re looking for companies with problems we can uniquely solve. We view the beta process as an investment on both sides, we invest in supporting you and making you successful and you invest your time using our software. I have found that beta testers will invest more time when you solve a problem that they cannot …
[Read more]