DrupalDownUnder 2012 will be held in Melbourne Australia 13-15 January. A great event, I’ve been to several of its predecessors. People there don’t care an awful lot for databases, but they do realise that sometimes it’s important to either learn more about it or talk to someone specialised in that field. And when discussing general [...]
Filed under: Conferences by arjen on Wednesday, December 7, 2011 | Social tagging: database > DDU > DownUnder > drupal > mariadb > melbourne > mysql > training
No Comments »
This recent session at OSDC 2011 Canberra is based on part of an Open Query training day, and (due to time constraints) without much of the usual interactivity, exercises and further MySQL specific detail. People liked it anyway, which is nice! The info as presented is not MySQL specific, it provides general insight in how [...]
Filed under: Conferences by arjen on Thursday, November 24, 2011 | Social tagging: concurrency > database > locking > mariadb > mysql > osdc > sql > transactions > video
1 Comment »
Some so-called “Green” harddisks don’t like being in a RAID array. These are primarily SATA drives, and they gain their green credentials by being able reduce their RPM when not in use, as well as other aggressive power management trickery. That’s all cool and in a way desirable – we want our hardware to use [...]
Filed under: Software and tools by arjen on Monday, September 26, 2011 | Social tagging: array > backup > Green > harddisk > hd > HDD > mariadb > mysql > raid > SAS > SATA
No Comments »
My colleagues and I are looking for extra talent – is that you? What we do:help clients prevent problems (rather than being the fire department), we work on a subscription basis although we also do some ad-hoc consulting, and training. Apart from MySQL/MariaDB query and DBA work, we do quite a bit of system administration. [...]
Filed under: Uncategorized by arjen on Thursday, September 15, 2011 | Social tagging: centos > debian > jobs > mariadb > mysql > redhat > rhel > ubuntu
No Comments »
XKCD (as usual) makes a very good point – this time about password strength, and I reckon it’s something app developers need to consider urgently. Geeks can debate the exact amount of entropy, but that’s not really the issue: insisting on mixed upper/lower and/or non-alpha and/or numerical components to a user password does not really [...]
Filed under: Good practice / Bad practice by arjen on Thursday, August 11, 2011 | Social tagging: application > database > entropy > java > mariadb > mysql > password > php > python > rails > ruby > security > web > xkcd
No Comments »
I’ve done a minor update to the hdlatency tool (get it from Launchpad), it now has a –quick option to have it only do its tests with 16KB blocks rather than a whole range of sizes. This is much quicker, and 16KB is the InnoDB page size so it’s the most relevant for MySQL/MariaDB deployments. [...]
Filed under: Software and tools by arjen on Thursday, June 16, 2011 | Social tagging: hdlatency > InnoDB > iscsi > latency > mariadb > mysql > raid > SAN
2 Comments »
By popular request, here’s the PDF of the slides of this talk as presented in January 2011 in brisbane; it’s fairly self-explanatory. Note that it’s not really extensive “tuning”, it just fixes up a few things that are usually “wrong” in default installs, creating a more sane baseline. If you want to get to optimal [...]
Filed under: Conferences by arjen on Thursday, June 16, 2011 | Social tagging: drupal > DrupalDownUnder > mariadb > mysql > slides > tuning
No Comments »
Some of you already know since you helped us move, we recently shifted Open Query’s main office to Fifth Avenue, next door to Elizabeth’s. The new place is comfortable, I really like it so far. Anna is also happy with her new admin space and cat Figaro has found an empty spot on a bookshelf [...]
Filed under: Uncategorized by arjen on Friday, April 1, 2011 | Social tagging: mariadb > mysql
No Comments »
A user on a linux user group mailing list asked about this, and I was one of the people replying. Re-posting here as I reckon it’s of wider interest. > [...] tens of gigs of data in MySQL databases. > Some in memory tables, some MyISAM, a fair bit InnoDB. According to my > understanding, [...]
Filed under: Good practice / Bad practice, Software and tools by arjen on Tuesday, March 29, 2011 | Social tagging: backup > mariadb > mmm > mysqldump > recovery > replication > restore > xtrabackup
No Comments »
The following quirky dynamic SQL will scan each index of each table so that they’re loaded into the key_buffer (MyISAM) or innodb_buffer_pool (InnoDB). If you also use the PBXT engine which does have a row cache but no clustered primary key, you could also incorporate some full table scans. To make mysqld execute this on [...]
Filed under: Uncategorized by arjen on Wednesday, December 1, 2010 | Social tagging: cache > failover > init-file > mariadb > master > mysql > preload > replication > slave
2 Comments »