The good SQL database to process a lot of data?

Posted by Dorian on Server Fault See other posts from Server Fault or by Dorian
Published on 2012-08-28T07:41:18Z Indexed on 2012/08/28 15:40 UTC
Read the original article Hit count: 183

Filed under:
|
|

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?

© Server Fault or respective owner

Related posts about mysql

Related posts about database