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 »
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 »
This blag was originally posted at http://cafuego.net/2010/05/26/fast-paging-real-world Some time ago I attended the “Optimisation by Design” course from Open Query¹. In it, Arjen teaches how writing better queries and schemas can make your database access much faster (and more reliable). One such way of optimising things is by adding appropriate query hints or flags. These hints [...]
Filed under: Uncategorized by cafuego on Monday, May 31, 2010 | Social tagging: COUNT > drupal > InnoDB > mysql > SQL_CALC_FOUND_ROWS
6 Comments »
At DrupalSouth 2010 (Wellington) after LCA2010, Peter and I implemented a Drupal module as a practical example of how the OQGRAPH engine can be used to enable social networking trickery in any website. The friendlist_graph module (available from GitHub) extends friendlist, which implements basic functionality of friends (2-way) and fans (1-way) for Drupal users. The [...]
Filed under: Conferences, GRAPH engine by arjen on Friday, January 29, 2010 | Social tagging: cafuego > drizzle > drupal > drupalsouth > friendlist > friendlist_graph > GRAPH engine > lca2010 > mariadb > mysql > open query > OQGRAPH
No Comments »
I spent some time earlier this week trying to debug a permissions problem in Drupal. After a lot of head-scratching, it turned out that Drupal assumes that when you run INSERT queries sequentially on a table with an auto_increment integer column, the values that are assigned to this column will also be sequential, ie: 1, [...]
Filed under: Good practice / Bad practice by cafuego on Sunday, June 21, 2009 | Social tagging: auto_increment > checking > drupal > master > mysql > replication > scaling
5 Comments »