longyi c9405dd336 vendor преди 5 години
..
Model c9405dd336 vendor преди 5 години
Test c9405dd336 vendor преди 5 години
etc c9405dd336 vendor преди 5 години
i18n c9405dd336 vendor преди 5 години
LICENSE.txt c9405dd336 vendor преди 5 години
LICENSE_AFL.txt c9405dd336 vendor преди 5 години
README.md c9405dd336 vendor преди 5 години
composer.json c9405dd336 vendor преди 5 години
registration.php c9405dd336 vendor преди 5 години

README.md

InventoryMultiDimensionalIndexerApi module

The InventoryMultiDimensionalIndexerApi module provides functionality for creating and handling multi-dimension indexes.

This module is part of the new inventory infrastructure. The Inventory Management overview describes the MSI (Multi-Source Inventory) project in more detail.

Installation details

This module is installed as part of Magento Open Source. It cannot be deleted or disabled.

Extension points

The library introduces a set of extension points which split a monolithic index by the specified dimension (Scope), creating an independent index (i.e. dedicated MySQL table) per dimension. The library also provides a mechanism for resolving index names based on the provided scope. The multi-dimension indexes are introduced for the sake of data scalability and the ability to reindex data in the scope of particular dimension only.

An aliasing mechanism guarantees zero downtime to make Front-End responsive while Full Reindex being processed.