Cluster Database

0
Is mendix providing cluster database connectivity, if yes how can I connect application with cluster database engine?
asked
1 answers
2

In my experience, a clustered database makes no difference to a client connecting to it - and in this case Mendix is a database client. There should be a single SID to connect to the database instance.

All the resilience magic that happens at the backend should be invisible to the client.

answered