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
Yeah, I've been hitting timeouts with the campaign page. Our newsletters are over 500K emails. Maybe removing the count or having a special COUNT(*) to get the numbers instead?
I haven't used Prisma before, but it seems like a few additional indexes might help out. Especially around Campaigns and Contacts.
@killion this is a bit off topic but considering that you mentioned your newsletter subscriber count, do you mind sharing what was your system resource usage while sending a campaign to your whole list and what was the performance like? (how long did it take to deliver the whole campaign)
System utilization is low during the actual sends. The system can lock when loading the pages with counts on them though. I ran into a problem when I would set the number of emails per batch higher that duplicate jobs would run and send the same email multiple times. I added a PR for locking but I haven't been able to get back and finish working on it.
Currently, there are three parts of the dashboard that don't stay fast at scale
These are:
There is a lot of improvement that can be done here!
The text was updated successfully, but these errors were encountered: