Factors for GET Entities Tree API Latency
Scenario: Retrieve the hierarchy of an entity directly from the primary data storage using unique entity identifier (GET /entity/{id}_tree)
Baseline latency: 260 milliseconds
| Factor | Baseline parameter value | One step increase from baseline | Average latency increase by 1 factor step, % from baseline | Average latency increase by 1 factor step in milliseconds | Max Analyzed Value |
|---|---|---|---|---|---|
| Depth | 1 | each additional level of depth | 270% | 702 | 10 |
| Hops | 1 | each additional hop | 130% | 338 | 10 |
| RDM Lookups | 20 | every five additional lookups | 20% | 52 | 200 |
| RDM Transcodes | 2 | every two additional transcodes | 200% | 520 | 100 |
| Crosswalks count | 10 | every five additional crosswalks | 20% | 52 | 100 |
| Simple attributes | 100 | every 100 additional attributes | 1% | 2.6 | 500 |
| Nested attributes | 10 | every 10 additional attributes | 10% | 26 | 30 |
| Reference attributes | 1 | each additional attribute | 10% | 26 | 5 |