Skip to content

Instantly share code, notes, and snippets.

@convenient
Created December 11, 2015 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save convenient/1686595274975893f046 to your computer and use it in GitHub Desktop.
Save convenient/1686595274975893f046 to your computer and use it in GitHub Desktop.
Magento indexer changelog backlog
select count(*) from catalog_product_index_price_cl where version_id > (select version_id from enterprise_mview_metadata where changelog_name='catalog_product_index_price_cl');
select count(*) from cataloginventory_stock_status_cl where version_id > (select version_id from enterprise_mview_metadata where changelog_name='cataloginventory_stock_status_cl');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment