I am working on developing a genetic application. The user will select database file to search against.
The system should do:
- find the previous version of the database file.
- find differences between the 2 database files.
- put the differences in a third file.
- then perform the search against the new file (third one).
The database file is large (300 GB genomics data). I am using Windows as operating system, my application was written in js, PHP, Perl and HTML.
What is the best way to find the differences between those files?