longyi c9405dd336 vendor 5 éve
..
Model c9405dd336 vendor 5 éve
Test c9405dd336 vendor 5 éve
etc c9405dd336 vendor 5 éve
i18n c9405dd336 vendor 5 éve
LICENSE.txt c9405dd336 vendor 5 éve
LICENSE_AFL.txt c9405dd336 vendor 5 éve
README.md c9405dd336 vendor 5 éve
composer.json c9405dd336 vendor 5 éve
registration.php c9405dd336 vendor 5 éve

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.