7
votes
0answers
146 views

Is there an efficient and elegant way to import huge datasets from a mysql database?

I'm struggling to import huge datasets (up to a couple million rows) from a MYSQL database into Mathematica. I already tried http requests, direct sql calls, as well as implementing a web service, ...