I'm developing a system for a client, and I came across the following situation: it passed me a database, with phone numbers. And I have to create a routine, to generate new numbers for future queries.
The table will get about 200 million of records, with 3 fields ID - NÚMERO E CÓDIGO
- my fear is if the table in MYSQL
will support without problems.
The system will run for 4 days to generate all the data, I started this afternoon with 15 million records and almost 600 megs . p>
The table will not have multiple concurrent accesses, it will only be to generate a data report with the same code!