I am trying to run few queries using a multithreaded approach, however I think I am doing something wrong because my program takes about five minute to run a simple select state
Don't use the same connection object in all threads. Give each thread a dedicated database connection.