Announcement

Collapse
No announcement yet.

Remove Duplicate (process via cron job when number is too high) - Importing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Remove Duplicate (process via cron job when number is too high) - Importing

    When importing big files with the ability find existing duplicate, an error timeout will be produced when trying to remove duplicate (couple thousand 5k in my use case). I think it will be nice to have the remove duplicate processed via cron job when the number hits a certain level (maybe configurable option).

    Thanks
    Rabii
    Web Dev

  • #2
    Most likely, duplicates are searched for by non-indexed fields. I recommend looking at the log of long time queries in the database.

    A record of SQL queries that took a long time to perform.

    Comment

    Working...
    X