woocommerce / woocommerce-product-tables-feature-plugin

Implements new data-stores and moves product data into custom tables, with a new, normalised data structure.
GNU General Public License v3.0
192 stars 32 forks source link

Include options for count and batch-size #144

Open lukecav opened 5 years ago

lukecav commented 5 years ago

Include options for the WP-CLI command to be able to get the count of the number of products to migrate as well as set a batch-size, to speed up product migration time. If the store has a high product count.

Example commands wp wc-product-tables count wp wc-product-tables migrate-data --batch-size=500 wp wc-product-tables migrate-data --batch-size=1000