0
I have several files. txt with enrollments and some repeat themselves in different files and I would like to remove all the repeated ones.
The first solution I thought was to make a comparison between all the files using PHP or Nodejs, but I got a bit left behind and I don’t know if this would be the best solution.
Then I thought of throwing everything in a DB just to treat, because I need those license plates in files . txt, but I saw that DB would get huge, with many registrations and maybe it is not very viable because it is hundreds of files and thousands of registrations.
What would be the best solution to this problem? Either of these two above can solve?