Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a38a284

Browse files
committed
Reverted nnnote about cloud
1 parent 2caff37 commit a38a284

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guides/v2.3/config-guide/multi-master/multi-master.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ functional_areas:
1616

1717
Checkout, orders, and product data can all each use a separate master databases that you can optionally replicate. This separation independently scales load from [website](https://glossary.magento.com/website) checkouts, order management activities, website browsing, and merchandising activities, depending on your needs. These changes provide considerable flexibility in how the database tier can be scaled.
1818

19+
{:.bs-callout-info}
20+
{{site.data.var.ece}} does _not_ support this feature at this time.
21+
1922
The `ResourceConnections` class provides the unified MySQL database connection to the Magento application. For queries to the master databases, we implement the [Command Query Responsibility Segregation (CQRS)](https://en.wikipedia.org/wiki/Command%E2%80%93query_separation) database pattern. This pattern handles the logic for routing the read and write queries to the appropriate databases. Developers do not need to know which configuration is being used and there are no separate read and write database connections.
2023

2124
If you set up optional database replication, you get the following advantages:

0 commit comments

Comments
 (0)