The good SQL database to process a lot of data?
- by Dorian
I have to process like 10-100 millions records.
I have to give the data to the client when it's finish. The data is givent as SQL requests to execute in the database. He have a powerful server with MySQL, I think it will be fast enough.
The issue is my computer is not as powerful as his server, so I would like to use an other SQL server who is compatible (I export his database and import it in my computer) with MySQL but more powerful.
What should I use? Or am I doomed to use MySQL?