Hello community,
Hope everyone is well.
We have a situation when 2 updates from the source at the same exact time. In this case survivorship becomes a problem as recency has a conflict. Here’s an example:
Reltio_Id
|
Sources
|
SourceCreated
|
SourceLastUpdated
|
FirstName
|
LastName
|
Address
|
123456
|
Salesforce
|
2021-08-22T16:59:00.000Z
|
2021-10-22T00:40:00.000Z
|
Haresh
|
Joshi
|
123 Main St
|
123456
|
Salesforce
|
2021-08-22T14:54:00.000Z
|
2021-10-22T00:40:00.000Z
|
Harish
|
Joshy
|
123 Main St
|
Due to this we are seeing discrepancies between OV value in Reltio UI and OV value in GBQ, because Reltio UI and GBQ randomly pick a value to show at the OV level and it’s not consistent.
The current recommendation we have from Reltio support to have another level of survivorship to use ‘Min/Max’ value, but it may not make sense for using a blanket min or max survivorship as it depends on what field is impacted.
I am wondering if others have faced this issue and what are they doing about it or any other thoughts in general.