Hello
I am a complete novice and am a Systems Administrator for our business. We have a very under performing CRM system that can take several hours processing just a few million rows in the generation of marketing lists.
My understanding is this:
Static Lists
- Processing done before send of email
- Good for regularly used criteria
- Require manual or script updating with new memeber
- Creates a separate table within the DB of all required information.
Dynamic LIsts
- Query driven, processing done at point of sending
- Guarantees it captures all new records at point of running
- creates a temporary table for records
At present we are using static lists heavily which is growing the size of our CRM database considerably. We have been told by our partners that we should be using dynamic lists however the list creation time is very large. However we find the time to execute more convenient from static than dynamic
My question is, In terms of query completion, should there much difference in running a dynamic vs static?
What also is the expected use case for each?
All help and hinters are hugely appreciated, no answer will be seen as patronising as am very new to this!
Cheers
*This post is locked for comments
I have the same question (0)