GSoC/GCI Archive
Google Summer of Code 2014 MariaDB

Support of UseServerPrepStmts to MariaDB Java Connector

by Puneet Dewan for MariaDB

Prepared Statements are handled locally on the client side till JDBC 1.1.6, what if prepared statements are handled on the server as well, which can improve the performance of the MariaDB Java Connector for large data processing.