Question
If we look at the entity FC8MxGg using the following API, we see a crosswalk of 191.
GET https://<environment>.reltio.com/reltio/api/<tenantId>/entities/<entityId>/statistic
Result:
{
"is_large_object": false,
"entity_size": 626896,
"entity_json_size": 582038,
"event_size": 79673,
"crosswalks_count": 191,
"max_simple_values_per_attribute": 126,
"max_nested_values_per_attribute": 21,
"max_reference_values_per_attribute": 0,
"sub_nested_attribute_values_count": 815,
"sub_reference_attribute_values_count": 0,
"reference_crosswalks_count": 0,
"verification_result": [
"VALID"
]
}
However, when we look in the UI we see 126
Answer
After further investigation, in the UI, it displays 127 GBID total not the crosswalk total.
For example: in entities/FC8MxGg/attributes/GBID/1didpb8tw URI has a value of 3007453255 and entities/FC8MxGg/crosswalks/4wY7rQWmw crosswalk URI.
But if we search with the3007453255
value then we are getting a different crosswalk.
So while counting the crosswalks we are getting two crosswalks (one with the URI and one with the value), in the same way we have couple of values and this is the reason behind different values.
Comments
Please sign in to leave a comment.