Skip to main content

Posts

Showing posts from August, 2016

Apache Spark for MySQL

we can use Apache Spark to increase the speed of script running in MySQL db. MySQL database can be connected to spark server with a JDBC connection. while MySQL can run only in one CPU core per query, spark can use all the queries in a cluster.