Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This sandbox module provides a basic structure for migrating users, taxonomy, and content from a Drupal 6 site to a Drupal 7 site, using the Migrate framework. The classes and code are not optimized for speed and were set up for the author's own use in migrating client's sites. There is an actual supported project with similar goals at http://drupal.org/project/migrate_d2d, which you should probably consider using instead of this project.
Cache Consistent works best with the database isolation level is set to READ-COMMITTED.
It CAN be used with REPEATABLE-READ, but will in this case only mitigate the problem,
not eliminate it all together. When configured for REPEATABLE-READ, there may also
be occasionally more cache-misses.
This module tries to give an report about the current performance settings and tries to come with some recommendation related to performance extension that every Drupal site should be using to boot