Hey,
I got to create script that would compare thousands of large texts (to each other). And I'm wondering if MySQL is the best solution for this. Is there any other free databse system I could use to do simple - but processor-time consuming computing?
Please, throw me into your knowledge's pool!
Edit: Nature of documents - 500-7000 character documents, -> comparing the documents if text matches the other document (plagiarism) and statistics -> % match of any sentence found with nice setups like that I'd like to set how many characters the other string could be different to be still considered as a match..
Technology should be server-based, I'm more interestedin DB and then I'd choose appropriate language to script it with.
More specification: The size of DB must be unlimited.