The story:
- I've coded in vba excel for years creating financial models.
- I've outgrown it and was steered towards python which I am learning.
- Each day I have a 5.5mb csv that I would like to upload to a database which I have not built yet.
- It seems MySQL is the way to go unless someone has other suggestions.
The question is this: I have 4 years of data in csv format (5.5gb).
- Are there limitations on table size for database building?
- Should I consider another database platform?
- And can I construct an automation module using python to open a csv file (dumped to my server or email) to then update a table in mysql?