MySQL Forums
Forum List  »  Knowledge Base

MySQL For large number of files
Posted by: List Andy
Date: October 09, 2009 02:12PM

Hi all,

I need to efficiently handle a large number of files (upto 1TB in total). The data in question is a large collection of patent documents. Each patent document has sections like name of the person, topic, claim, background etc. I want to be able to store all this information within the database (each section in a separate column, for example). The data will be inserted only one time and I do not need to modify it once it is done. I will only need to be able to issue specific queries across different sections of the documents. For example: give me all documents filed by "person X" that are on "topic Y".

Would MySQL be appropriate for this?

Thanks in advance.

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL For large number of files
2714
October 09, 2009 02:12PM
1768
October 15, 2009 04:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.