Question
General Motors
US
Last activity: 27 Jan 2020 11:29 EST
Can decision data contain close to 1M records? What is the max limit?
This requirement is for one time use only and hence looking for a quicker solution.
Create a customer segment containing 700k records of customerIds. Decision strategy would return no recommendations if the customer is present in the list of 700k customers.
Better way is to have a flag in the customer table, and provide decisions based on the flag, as the service is real time.
However, 'm finding a quicker way to implement this(if any)- Is it logical to have such a large list in Decision data?