in reply to Re^3: Efficient way to handle huge number of records?
in thread Efficient way to handle huge number of records?
This appears to be a job for a DB, if many searches will be performed after the DB is "built" (initialized and indexed).
From the problem statement, I think that SQLite will do the job just fine. At such time that it does not, then the SQL will work on another DB.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Efficient way to handle huge number of records?
by BrowserUk (Patriarch) on Dec 11, 2011 at 13:46 UTC | |
by Marshall (Canon) on Dec 11, 2011 at 14:21 UTC |