Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/21/2024 02:19 AM
we have lot of conditions in technical rules, so we are planning to add values in dataset and then refer those values from dataset in technical rules. will it impact the performance.
06/21/2024 03:20 AM - edited 06/21/2024 03:21 AM
@RG14 : Yes, dataset can be used in technical rule. Please refer below.
06/21/2024 03:23 AM
@Amar_Simha will it cause any performance issue
06/21/2024 04:13 AM
We did not observe any issue far, but I will let forum experts advise on the same.
06/21/2024 06:09 AM
Yes you can use dataset. And performance issue is based on no. Of users and values in dataset which will need scanning time
a.email IS NOT NULL AND (substring_index(a.email,'@',-1) in (SELECT attribute1 from Dataset_Values where datasetname = 'dataset'))
06/23/2024 05:55 AM
Hi @RG14 ,
I don't see any performance issue either.
Sample code for reference:
If this helps, please consider selecting Accept As Solution and hit Kudos