The script from this runs, and then stops and throws a error when at the CSV line 38, creating / updating only a maximum 38 tables.
I m not loading all these values into a single table. They are End of Day figures from companies on the Australian stock exchange, and I m creating a table for each one (updated daily).
What would be your advice? Should I throw all these values into a single table (3800 entries) or create 3800 tables?
not only is it an easier load operation, i’m betting there are some queries which will be really difficult to write if they require scanning 3800 different tables…