I want to throw data from a very very large hashtable in Java to MYSQL database. Is there some way i could put the data all at once or in few steps rather than iterating the whole table
I want to throw data from a very very large hashtable in Java to MYSQL database. Is there some way i could put the data all at once or in few steps rather than iterating the whole table