• Resolved krishnathapa

    (@krishnathapa)


    Hi,

    Just have few queries before using this plugin. I have a clean list of CSV file with userid, username and email address. I wanted to delete all the users that are not present in the CSV file from WP Database. Will this plugin work with such large dataset?

    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @krishnathapa,

    As the import is made in a synchronous way you should prepare your servere to this task that will be too long.

    Thread Starter krishnathapa

    (@krishnathapa)

    Thank you for your quick response. Could you please provide a bit more insight on this?
    1. How long it might take for an AWS server?
    2. What changes do I need to made in our server?
    3. I can try in batches as well. Any idea, how much it will be better to do in one batch?

    Plugin Author Javier Carazo

    (@carazo)

    Respect to 1) and 2) I cannot say you. This is something you should test and check with your sysadmin.

    You cannot do 3) because if you set “delete users that are not in CSV” you will have many deletions in every batch.

    Thread Starter krishnathapa

    (@krishnathapa)

    Thank you!
    It seems like it will be complex and risky. One more question, What will happen if server terminates the deletion process in between?

    Can you suggest any other way to achieve this?

    Best
    Krishna

    Plugin Author Javier Carazo

    (@carazo)

    What will happen if server terminates the deletion process in between?

    Not all users would be deleted.

    Can you suggest any other way to achieve this?

    No, we are working in creating an async process to avoid this so long run task (as we have already done in export process).

    Anyway with a such high number of users… it would can create problems in any situations.

    Thread Starter krishnathapa

    (@krishnathapa)

    Okay. Is there any chance to handle such big data when you update to the async process?

    Plugin Author Javier Carazo

    (@carazo)

    Better but the delete process would be also a sync process made in the last step.

    This can be dangerous.

    If you have so many users, I hope you have a good IT team that can handle all it in a safe way.

    Thread Starter krishnathapa

    (@krishnathapa)

    Thank you for your help @carazo. I will see what I can do from here.

    Plugin Author Javier Carazo

    (@carazo)

    Thanks to you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Will it work with more than 600k Users Data?’ is closed to new replies.