What is the best way to save List<List<String>> object in database?
Gaurav Kr. Arora
Ranch Hand
Joined: Feb 20, 2011
Posts: 37
posted
0
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
posted
0
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?