Hey guys, not sure if this fits this channel but maybe you can help me with some issue. I have a reporting application that runs some heavy mysql queries, to make it faster I want them to run in parallel but as I see Jdbc is not parallel so in order to do it I would need a thread pool and a connection pool. Is this the way of doing it or is there a library that will make my life easier?