Question
How to increase the object size in a tenant ?
Answer
The size of each tenant object is configured to optimize the tenant's performance. Consequently, any increase in object size may adversely affect the performance of the tenant. The tenant object size can be obtained from the tenant's physical configuration.
To retrieve this information, please use the following API:
GET >> https://<environment>.reltio.com/reltio/tenants/<tenant_ID>
Response -->
.
.
},
"objectSizeLimits": {
"maxAttributeValues": 200,
"maxAttributeValueSize": 10240,
"maxCrosswalks": 200,
"maxSubNestedAttributesPerEntity": 20000,
"maxSubReferenceAttributesPerEntity": 20000,
"maxReferenceCrosswalksPerEntity": 2000
},
,
.
More..
If it is necessary to increase the object size, please create a task ticket with Reltio Support and provide the business justification for the object size increase.
Comments
Please sign in to leave a comment.