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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    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
  • dimyy
    Active Community Member
    • Jun 2018
    • 569

    #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...