Skip to content

Commit

Permalink
Merge pull request #260 from commerce-docs/ds_COMDOX-908
Browse files Browse the repository at this point in the history
COMDOX-908: Update Module reference
  • Loading branch information
dshevtsov authored Apr 24, 2024
2 parents ff384e8 + 8f489ba commit e312d99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/pages/module-reference/module-scalable-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: ScalableCheckout
description: N/A
---

_Deprecated since 2.4.2 and will be removed._

Magento\ScalableCheckout module provides ability for system extension (Checkout can be configured to work with separate DataBase).
Extraction of Checkout tables to separate database will guarantee better scalability for Magento,
and will allow main server to be optimised for read operations which will reduce latency.
and will allow main server to be optimized for read operations which will reduce latency.
4 changes: 3 additions & 1 deletion src/pages/module-reference/module-scalable-inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: ScalableInventory
description: N/A
---

_Deprecated since 2.4.2 and will be removed._

Magento\ScalableInventory module provides ability for system extension (CatalogInventory can be configured to work with separate quantity storage).
Extraction of quantity updates to separate storage will guarantee better scalability for Magento,
and will allow main server to be optimised for read operations which will reduce latency.
and will allow main server to be optimized for read operations which will reduce latency.
4 changes: 3 additions & 1 deletion src/pages/module-reference/module-scalable-oms.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: ScalableOms
description: N/A
---

_Deprecated since 2.4.2 and will be removed._

Magento\ScalableOms (Order Management System) module provides ability for system extension
(Sales can be configured to work with separate database).
Extraction of Sales tables to separate database will guarantee better scalability for Magento,
and will allow main server to be optimised for read operations which will reduce latency.
and will allow main server to be optimized for read operations which will reduce latency.

0 comments on commit e312d99

Please sign in to comment.