Executing indexes concurrently. Any negatives?
Because reindexing takes so long, I am contemplating running several reindex commands concurrently, via the CLI, see below: php bin/magento indexer:reindex catalog_category_product & php bin/magento indexer:reindex catalog_product_category & php bin/magento indexer:reindex catalog_product_attribute & php bin/magento indexer:reindex cataloginventory_stock & php bin/magento… Read More »Executing indexes concurrently. Any negatives?