mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
484e0c1e05
no-issue We're seeing problems with large sites taking a long time to run this migration. The aim here is to refactor it so that it is faster to run. We've achieved that by reducing the number of database queries needed, firstly by selecting members with a join to their events (rather than fetching the events on a member-by-member basis) we also batch the necessary updates to further reduce db query time. |
||
---|---|---|
.. | ||
hooks | ||
init | ||
versions | ||
utils.js |