Start a new topic
Answered

Scaling Semarchy xDM

Are there any restrictions on data volume related to capability, performance etc. in Semarchy xDM?


Best Answer

Scaling of an xDM application depends on how the data hub is accessed and used.

Scaling the application server nodes: If the number of simultaneous users and applications accessing the MDM grows (Web Services, UI Screens, etc.) then the bottleneck tends to be at the application server level. In that case, you can either add additional app server nodes to your cluster or augment both the CPU and RAM on each of the nodes.

Scaling the relational database: If the volume of data grows then the bottleneck tends to be the database engine. The default standard recommendation is 4 cores every 1-3 million records. All database technologies used (Oracle, PostgreSQL, or Microsoft SQL Server) scale extremely well.


1 Comment

Answer

Scaling of an xDM application depends on how the data hub is accessed and used.

Scaling the application server nodes: If the number of simultaneous users and applications accessing the MDM grows (Web Services, UI Screens, etc.) then the bottleneck tends to be at the application server level. In that case, you can either add additional app server nodes to your cluster or augment both the CPU and RAM on each of the nodes.

Scaling the relational database: If the volume of data grows then the bottleneck tends to be the database engine. The default standard recommendation is 4 cores every 1-3 million records. All database technologies used (Oracle, PostgreSQL, or Microsoft SQL Server) scale extremely well.


Login to post a comment