Option A.&nbsp; Go for it, I say.<br><br>Maybe we need to form a database team?&nbsp; In addition to PDO support, there&#39;s the referential integrity and transactions which David described.&nbsp; Additionally, just general database optimization and configuration recommendations could be described.&nbsp; Killes did a lot of work on making 
<a href="http://drupal.org">drupal.org</a> work better.<br><br>While there&#39;s room in the PHP code for performance improvements, probably some of the biggest and easiest to obtain are in the database.<br><br>It&#39;d be nice to have a couple of database layers to choose from, so as to support the widest variety of installations.&nbsp; That is, for example, a layer which supports PHP 4 and MyISAM, for small sites on cheap hosts, to a layer which supports PDO and transactional engines only (no MyISAM) for high-performance sites on high-end hardware.
<br><br>