While I’m in Melbourne in a few weeks for training I’m once again visiting my friends at Linux Users of Victoria (LUV). It’s been a while since my schedule coincided with their meeting schedule! I’ve been invited to do one of the talks (Sandrine Balbo doing the other), and my topic is “Relax! A Failure [...]
Filed under: Uncategorized by arjen on Friday, March 27, 2009
No Comments »
If you’d like to follow shorter scribbles of what I get up to, like my work at Open Query, OurDelta and of course the BlueHackers initiative, I’ve got myself organised at http://twitter.com/arjenlentz or http://identi.ca/arjenlentz (you can pick one, they have the same feed).
Filed under: Uncategorized by arjen on Thursday, March 19, 2009
No Comments »
Yes, Open Query is now a DotCom. In the sense of the domain name, that is (openquery.com). It just took us quite a while to “catch” the domain off a hog that was somehow really attached to it! Other than that, we are not moving to Silicon Valley; the world is a big place with [...]
Filed under: Uncategorized by arjen on Monday, March 16, 2009
No Comments »
Schools Designed for Learning: The Denver School of Science and Technology, presented by the American Architectural Foundation, KnowledgeWorks Foundation, and Target, this video features the innovative Denver School of Science and Technology. Building it was cheaper (per sq.ft) than a “regular” school, and the results are so much better. Fantastic. Take note everybody, and feel [...]
Filed under: Uncategorized by arjen on Friday, March 13, 2009
No Comments »
50 things to know before migrating Oracle to MySQL by Baron Schwartz is an interesting read, it points out clearly that MySQL is not Oracle. However, Oracle is not the benchmark by which all others are to be judged. So what do we compare with, or actually, why do we compare at all? Hmm, so [...]
Filed under: Uncategorized by arjen on Friday, March 13, 2009
3 Comments »
Please make it descriptive, graphic, and if anything burnt or exploded I’d love to have pictures. Include an approximate timeline of when things happened and when it was all working again (if ever). Thanks! This somewhat relates to the earlier post A SAN is a single point-of-failure, too. Somehow people get into scenarios where highly [...]
Filed under: Uncategorized by arjen on Friday, March 13, 2009
4 Comments »
I was using the ramtest86 from a Ubuntu Intrepid startup disk (32 and 64 bit CDs). It was a machine with RAM problems (IBM eServer x346), so I wasn’t too surprised that ramtest86 hung during testing. Still, kinda annoying. I had another similar machine (I have them here for some MySQL related testing) that was [...]
Filed under: Uncategorized by arjen on Thursday, March 12, 2009
No Comments »
TechWeb Announces Winners of the 19th Annual Jolt Product Excellence & Productivity Awards – The ‘Oscars’ of Software Development Industry Honor Innovation and Technological Achievement. The winners of the 19th Jolt Product Excellence Awards and the recipients of the Jolt Productivity Awards are: [...] 2. Technical Books [...] Productivity Winners: High Performance MySQL: Optimization, Backups, [...]
Filed under: Uncategorized by arjen on Thursday, March 12, 2009
3 Comments »
Today, most of us professionally involved with MySQL deployments regard InnoDB as the default engine to use, although the server “default default” is still MyISAM and many (even new) deployments still end up on MyISAM. It used to be the case that InnoDB had advantages in terms of write-concurrency, crash recovery and consistency/durability as well [...]
Filed under: Uncategorized by arjen on Thursday, March 12, 2009
2 Comments »
When connecting to MySQL, or executing a query, proper error handling is required. Many take this very seriously, and do a construct like mysql_connect() or die() or the equivalent with mysql_query(). For web apps this generally makes error codes end up on the user page, you can easily see this by doing a Google search [...]
Filed under: Uncategorized by arjen on Thursday, March 12, 2009
2 Comments »