The moose likes JDBC and the fly likes What is the best way to save List<List<String>> object in database? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply locked New topic
Author

What is the best way to save List<List<String>> object in database?

Gaurav Kr. Arora
Ranch Hand

Joined: Feb 20, 2011
Posts: 37
Hi,

I have List<List<String>> object and want to persist it in DB. Size of this List<List<String>> object can be many thousands.
I believe conventional way of using Insert queries will be an overhead and not the best way.
What is the best way to do it?

Thanks in advance,
Vineet
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32654
    
    4
Until you show me how this post differs from that one, I shall close this thread as a duplicate.

Jeanne, Scott, I hope you don't mind.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What is the best way to save List<List<String>> object in database?
 
Similar Threads
Comparing List and Map
Prototype and script.aculo.us ToC
find a String
String[ ] to File[ ]
Searching a LinkedList