How do I store large no.of small entries in Mysql?

If you are entering data from hard copy then it will be time consuming. At most, you can increase the no. of people who will be entering them.

If it is a soft copy, in form of a text file or web page or some csv file, you can extract data from them using some code and enter them in the DB. It will be much faster once you can come up with your extracting code.

Leave a Comment