When migrating from Drupal 6 to Drupal 7, each incoming password gets hashed, which with the default configuration is tres slow. By reducing the hash count we can significantly speed this up. I'm doing this now in a derived class, but I think it makes sense as part of the user destination class.

CommentFileSizeAuthor
#1 migrate-hash-count-1424632-1.patch1015 bytesmikeryan

Comments

mikeryan’s picture

Status: Active » Needs review
StatusFileSize
new1015 bytes

Here it is - on my current project, this improved user migration throughput from 250/minute to 1400/minute.

mikeryan’s picture

Status: Needs review » Fixed

Was just about to patch and commit, but it looks like I accidentally slipped it in with my last commit. Oops...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.