codejudge icon indicating copy to clipboard operation
codejudge copied to clipboard

Java should read directly from MySQL

Open ngsankha opened this issue 12 years ago • 1 comments

Current Status: The data is piped via a socket to the Java process from PHP, after it is read from the database. This is the performance bottleneck.

Expected: Java should read directly from MySQL. This will remove the total transfer layer from the PHP to Java process altogether.

ngsankha avatar Jun 26 '13 17:06 ngsankha

@sankha93 can you assign this to me?

devenbhooshan avatar Jul 27 '13 18:07 devenbhooshan