I got a lot of very nice feedback on the three tools I recently added to the MySQL Toolkit project on Sourceforge, and found and solved several issues with quoting and password prompting, index types, and so forth. Thank you all for your feedback, and welcome to Ruslan Zakirov, who plans to add some new tools!
It’s finally ready – the new stable version of the innotop MySQL and InnoDB monitor. Version 1.4.0 brings you new features and enhancements I think you’ll really enjoy: Manage many servers at once conveniently. Powerful filters, expressions, colorizing rules, and sorting. Better error handling. More modes, such as a mode to monitor and control replication. Much more. Much gratitude is due the people who’ve helped, especially Sebastien Estienne, Christian Hammers, Steven Kreuzer and other people who’ve helped design features, make packages, get innotop distributed more widely, and give me advice on such things as Makefiles.
lua + FastCGI
I was looking for a FastCGI backend for lua to have a asynchronous brother for mod-magnet in lighttpd.
Same as mod-magnet this embedding of lua is not meant to replace Frameworks like Rails or Spring, nor do I want to write average PHP application in it. I use this magnet to write small scripts (for this project it was 140 lines of lua) which is going to be executed at least 500 times a second.
That is a range where the setup-cost for a request matters. I don't want to load the session, nor do I want cleanup the whole environment for each request. I need a way to store connections to the database over multiple requests and I have to cache content from the database in the application.
I needed: - a byte-code cache …
[Read more]lua + FastCGI
I was looking for a FastCGI backend for lua to have a asynchronous brother for mod-magnet in lighttpd.
Same as mod-magnet this embedding of lua is not meant to replace Frameworks like Rails or Spring, nor do I want to write average PHP application in it. I use this magnet to write small scripts (for this project it was 140 lines of lua) which is going to be executed at least 500 times a second.
That is a range where the setup-cost for a request matters. I don't want to load the session, nor do I want cleanup the whole environment for each request. I need a way to store connections to the database over multiple requests and I have to cache content from the database in the application.
I needed: - a byte-code cache - …
[Read more]
Two days ago, we announced Amanda Enterprise Edition 2.6. One of the
key features of the release is Zmanda Management Console - a
simple,
secure and easy to use interface for Amanda. Zmanda
Management Console
allows users to configure and administer Amanda backups, restore
from
Amanda backup archives, and provides reports.
In addition to Zmanda Management Console, Amanda Enterprise
Edition
2.6 includes Amanda Rapid Installer. Amanda Rapid Installer makes
the
installation of Amanda Enterprise Edition and Zmanda
Management
Console a simple process. Users just need to download the common
binary for all
supported platforms from the Zmanda Network, run the installer,
answer
few …
Welcome to the 34th edition of Log Buffer, the weekly review of the database blogosphere. You may have heard by now of problems that the change in Daylight Saving Time presents Oracle databases and related systems. (If you haven’t heard and have some of these systems, you can start freaking out right about now.) We’ve [...]
Currently in the MySQL Cluster team office in Stockholm - and have been since Wednesday. I’ll be here for the next 3 weeks working in the office. This will be the longest amount of time I’ve worked in an actual office (instead of working from home) in more than 2.25 years!
I found Veronica Mars on TV last night… which is great, because I’ve sort of become addicted. Unfortunately, Sweden is a few episodes ahead of Australia…. so I’ve skipped a few now (go MythTV, record them for me baby). One really good thing about Swedish TV is that things are subtitled instead of dubbed - excellent if your Swedish isn’t that great (mine isn’t). Whenever here, I also seem to find some TV shows that look really interesting, except for the fact that it’s all in a language I don’t understand… certainly an interesting dilemma.
Today I’ve been working on material for the …
[Read more]Would you like to experience a battle between E. F. Codd, C. J. Date, U. M. Widenius, J. A. Starkey and U. M. Ronström? Some of the biggest egos the database world has seen!
Well, I cannot promise you all of the above, especially when it comes to Codd, the father of relational databases (1923-2003). Codd’s colleague Date might also be a no-show, but I think I can promise you Widenius (MySQL, MyISAM), Starkey (Datatrieve, Interbase, BLOBs, MVCC, Falcon) and Ronström (NDB Cluster). During the Wednesday keynote at the …
[Read more]Savio just posted on MySQL's Quality Contribution Program. This is the first I've heard of it, and what a great idea.
I'm on a plane right now, and so can't follow the link, but apparently the program rewards community members who contribute code, bug reports, etc. with credits that can translate into a one-year subscription to MySQL Enterprise.
I agree with Savio that this "rocks! It’s a great way to build and maintain community."
(The one thing I'd disagree with is Savio's contention that JBoss' community was stacked with JBoss developers. Savio has a vested interest in trying to undermine JBoss, but I think he knows that one of the primary reasons JBoss' community would come to have jboss.org email addresses is that JBoss tended to …
[Read more]BusinessWeek has a great cover story this week on customer service, and lists the top-25 "Customer Service Elite." USAA (insurance company for military personnel), Four Seasons Hotels, Cadillac, and Nordstrom top the list. I've been fortunate to experience two of these top-four (USAA, because my dad funded his medical school training through the US Navy) and Nordstrom, and I agree that there is a profound difference in how they treat their customers than most other companies.
They certainly didn't get there by focusing on their competitors, as Oracle apparently did in its Hyperion acquisition. (It's astonishing to me how much they trumpeted the move as anti-SAP, rather than as pro-customer.). The "Elite" got there by devoting …
[Read more]