Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento Indexer issue

Tags:

php

mysql

magento

I have setup Cron on server to run custom import profile everyday at midnight. Thousand of products are either created or updated from this profile. The 'core_url_rewrite' table is going to be large day by day. Magento Indexer is not working properly when it runs from Magento backend. it stopped with the message.

I am trying to run Magento indexer from command line. but getting table "core_url_rewrite" lock exception. if this table is truncated and run Magento indexer, it's run fine but when Custom import profile update or insert product, it again break up and trigger same exception.

What would be best solution for it? It is not good idea to truncate table each time as Product are created/updated by Custom import profile daily.

Any good suggestion will be appreciated.

like image 614
Tsimtsum Avatar asked Oct 21 '22 15:10

Tsimtsum


1 Answers

May be you need to increase the table space of table "core_url_rewrite". Following is a good article to solve this problem.

The table is full

like image 135
2 revs Avatar answered Oct 24 '22 11:10

2 revs