What do these setting mean in the physical tenant configuration?

Question

Why are the names different?


new

"groupsCF": "CATEGORIES_GROUPS_GRAPH",
"graphsCF": "CATEGORIES_GROUPS_GRAPH",

old


"groupsCF": "GROUPS",
"graphsCF": "GRAPHS",

[Answer]: It's the name changes in the Columnar Family of our primary storage, this will not have any impact on the tenant behavior.

 

Question

Why are the names different?
new

"categoriesCF": "CATEGORIES_GROUPS_GRAPH",
"categoriesLinksCF": "CATEGORIES_GROUPS_GRAPH",

old

"categoriesCF": "CATEGORIES",
"categoriesLinksCF": "CATEGORY_LINKS",

[Answer]: It's the name changes in the Columnar Family of our primary storage, this will not have any impact on the tenant behavior.

 

Question

What are these for? Do we need them?

"JMSEventsFilteringFields": [
"attributes.dataCustodian",
"attributes.dataSupplier",
"attributes.fidelitySourceId",
"attributes.uid",
"attributes.clientProvidedId",
"attributes.businessContext",
"type",
"attributes.fsReqId",
"crosswalks",
"uri"

[Answer]: JMSEventsFilteringFields array decides what all values need to be sent in the SQL message for the external queue. Customers can raise a service request if they want any changes to the above. More details can be found here: CRUD Events

 

Question

What do these settings mean?
"minimumNotAMatchThreshold": 0.9,
"backgroundRebuildMode": false

[Answer]:

  • minimumNotAMatchThreshold: This parameter is used for relevance-based matching. The default value is 0.9. So whether it's in the phy config or not the values remain the same.
  • backgroundRebuildMode: Did not find details in the internal docs, please check with the Match team. As the name suggests it would allow the background rebuild job to be triggered.

 

 

Question

What are these settings used for?

"cached": true,
"cache": {
"enabled": true,
"type": "TranscodeInMemory"
},


[Answer]: There are two ways in which RDM transcode will be set up. AllInMemory & TranscodeInMemory details of which can be found here. https://docs.reltio.com/rdm/rdmconfigmigrate.html. By default, it will be TranscodeInMemory. If any changes are needed customer needs to raise a support request.

 

 

 

Question

What are these values for?
"dataProtectionTaskTimeWaitThreshold": 10
"entitiesToGraphRatio": 0.0
"alwaysFillStartEndObjectCrosswalks": false,

[Answer]:

  • dataProtectionTaskTimeWaitThreshold: The dataProtectionTaskTimeWaitThreshold parameter in the tenant configuration allows you to configure the maximum waiting time (in days) for an event queue before the delete request task is moved into the queue. Details: https://docs.reltio.com/entitiesapi/deletegdprorccpainformation.html
  • entitiesToGraphRatio: This number is used to estimate the number of exported entities in export entities using the graph service.
Total Number of Entities = entitiesToGraphRatio * Total Number of Entities from ES
  • alwaysFillStartEndObjectCrosswalks: Need to check with the Core team on this, as there is no internal documentation for the same.

 

 

Question

What does this value mean?
"enforceInternalThrottling": true

[Answer]: Throttling is used to ensure that the tenant and environment are protected from huge loads or any user/process error. enforceInternalThrottling is used to protect the tenant from the internal jobs which are processed by Reltio to maintain the tenant data in a consistent and valid state.

 

 

Question

What does this value mean?
"secondaryDsEnabled": false,

[Answer]: This parameter ensures that when export is triggered it's triggered from the Primary data storage. This is recommended as a way run the export.

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

Comments

0 comments

Please sign in to leave a comment.