mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
b1aafd715d
refs https://github.com/TryGhost/Ghost/issues/12461 - adds `members.email_count` and `members.email_opened_count` columns to contain cached counts for faster queries when outputting member data via API - adds migration to populate cached counts with existing data - tested locally on ~50k members which took ~4sec on mysql - updates members output serializer to include the new fields in API output |
||
---|---|---|
.. | ||
01-add-members-email-open-rate-column.js | ||
02-add members-email-aggregation-columns.js | ||
03-populate-members-email-counts.js |