justbetter / magento2-optimizeflattable
Module for optimizing Magento flat table generation
Installs: 847
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 4
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.2
- magento/framework: *
- magento/module-catalog: ^104.0
Requires (Dev)
- bitexpert/phpstan-magento: ^0.30.1
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2024-10-28 12:44:27 UTC
README
This module checks the product attributes with backend type varchar
used in the flat table and determines the length of the column. Instead of taking the default value of 255
.
If you have a lot of product attributes used in the flat table it could result in problems with the "Row Size being too large".