I have an Excel document (15KB) extracted as .CSV from a monitoring platform that uses 1 column ip address but contains 1048576 Rows.
- how do I insert all this data in my MYSQL database?
also, I have 10 of these excel documents each document maximizes the excel total rows. so I have a total of 10485760 rows to insert.
- is MYSQL the appropriate database to use?
I need to check these data from time to time, but im not sure where to store them and look/search for a specific row easily when I need to.
p.s: I don't work for the NSA