Drupal-Performance-Odysee mit Happy-End

Veröffentlicht von am Mrz 27, 2009 in Drupal | 6 Kommentare

Mit dem Update unseres Intranet-Portals von D5 auf D6 und dem gleichzeitigen Umzug der Installation von einem virtuellen Webserver (Xen+Linux) auf einen physischen Server (auch Linux, identische Hardware) handelte ich mir einen totalen Einbruch der Performance der Seite ein. Ein “normaler” Seitenaufruf dauerte ~7 Sekunden, für die Startseite (mit Panels voller Views-Blöcke) dauerte das Laden ...

DBDesigner on Mandriva

Veröffentlicht von am Mrz 8, 2008 in Allgemein | Keine Kommentare

I just wanted to run DBDesigner on my mandriva linux notebook. A colleague of mine told me that it is a very productive visual Db modelling tool. So I downloaded it from http://fabforce.net/dbdesigner4/downloads.php, unpacked it and wanted to run it. But the script exited without any output. And no GUI window appeared. Running the app ...

SQL Developer – your friend for Oracle DBs

Veröffentlicht von am Feb 15, 2008 in Allgemein | Ein Kommentar

Recently I wrote about a cool SQL DB client called SQL Explorer. Now a colleague of mine, who was developing against a Oracle DB presented SQL Developer. And my review reveals: It’s cool too! SQL Developer works best with Oracle DBs (who wonders? ;-). But if you provide the jdbc connector jars for MySQL or ...

SQL Explorer: Getting familiar with Databases

Veröffentlicht von am Feb 2, 2008 in Project of the month | Keine Kommentare

Sitting in the Oracle course I get more and more in touch with SQL and its varieties Data Manipulation Language, Data Definition Language (DDL), Data Control Language (DCL) and Transaction Control Language (TCL). But its very cumbersome to use the iSQL*Plus web front-end to write and execute all the queries. So I did some research ...

Changing of the $db_prefix of the Drupal database

Veröffentlicht von am Dez 16, 2007 in Drupal | Keine Kommentare

Recently I had to migrate two drupal instances running on different servers into one drupal instance with exactly one MySQL database as backend. I started both installations without databse prefix (see your site’s settings.php for details). Now I had to change this. The first site should get the prefix ‘www_’, the second site ‘o4e_’. First ...