You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this module for a year now, it is great.
However, I've found that there is a poor performance when the number of emails in history is large (near 100000).
I've solved this, adding an index to the table in the following way: ALTER TABLE swissup_email_history ADD INDEX created_entity_ndx (created_at,entity_id);
The text was updated successfully, but these errors were encountered:
Hi,
I've been using this module for a year now, it is great.
However, I've found that there is a poor performance when the number of emails in history is large (near 100000).
I've solved this, adding an index to the table in the following way:
ALTER TABLE swissup_email_history ADD INDEX created_entity_ndx (created_at,entity_id);
The text was updated successfully, but these errors were encountered: