Why is the crosswalk count different in the UI than the crosswalk count in the entity itself?

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

mceclip0.png

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.    

 

mceclip2.png

But if we search with the3007453255value then we are getting a different crosswalk.

 

mceclip4.png

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.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.