Results 1 to 3 of 3
Thread: Large Scale Search
- 10-06-2009, 05:39 AM #1
Member
- Join Date
- Oct 2009
- Posts
- 2
- Rep Power
- 0
Large Scale Search
Hello,
I'm currently working on a program in an effort to expand my skill set, but I'm having a bit of a trouble getting pointed in the right direction.
I have about ten million sets of information, each representing a single line of conversation and storing such information as the user, the message text, a timestamp and so on. I am trying to find an efficient way to search through this data efficiently without exceeding the available memory.
The process has to be portable, so that I can easily wrap the whole program up in an installer and send it to others with relative ease.
I'm not looking for people to provide the code, but some clues would be appreciates. How best do I store millions of objects in a single collection or database? Which approaches or libraries should I use for applying efficient, complex searches to the entire 10 million sets?
I've posted this question on a few other sites because I'm new to the Java forums and I don't know which ones are more helpful, but if my question is answered elsewhere, I'll be sure to link it here.
Any advice at all would be appreciated. Thanks!Last edited by sadronmeldir; 10-06-2009 at 07:49 AM.
- 10-06-2009, 07:08 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,546
- Rep Power
- 11
Also posted at Sun forums.
- 10-06-2009, 07:23 AM #3
Member
- Join Date
- Oct 2009
- Posts
- 2
- Rep Power
- 0
Apologies! I'm new and didn't know that was taboo.
As you can plainly see, I'm someone with little forum experience. I posted on multiple sites because I did not know it was frowned upon, and since I genuinely need I wanted to reach a helpful, understanding audience who'd be patient with new forum members as they learn the ropes.
I really do need help with this problem, and I hope the community can offer advice with the same devotion they have to forum etiquette.
To simplify things, please post responses on the Sun ForumsLast edited by sadronmeldir; 10-06-2009 at 08:15 AM.
Similar Threads
-
The scale() method
By IamKira in forum Java 2DReplies: 0Last Post: 07-15-2009, 03:49 PM -
make search function ike eclipse search in window->preference
By i4ba1 in forum Advanced JavaReplies: 5Last Post: 08-26-2008, 03:43 PM -
How to use Scale in SWT
By Java Tip in forum SWTReplies: 0Last Post: 07-07-2008, 04:49 PM -
Transform Scale
By Java Tip in forum java.awtReplies: 0Last Post: 06-21-2008, 08:53 PM -
Scale 2 or more pictures using a JSlider
By Panchitopro in forum AWT / SwingReplies: 4Last Post: 05-20-2008, 04:44 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks