Skip to content

Slow Catalog Search

Our catalog search was getting very slow. Upon investigation, we discovered the search_query table had over 600k records…

There doesn’t appear to be a cron to clean this up. Truncating the table seems to be one “solution”, but I’m wondering if this is a good idea / the best way to manage the table.

Would it be good practice to add a cron that does this?