I try to load a huge list of words (over 1,3 million). I have some smaller lists of couple hundred thousands (other languages). Those I can load in a lua table without problems. However the nice German word list of http://germandict.sourceforge.net/ is 18.3MB as a text file and seems to be to large. So I am thinking to put that in a SQLite database. I have do have experience with MySQL but not with SQLlite.
Some questions.
The SQLite database will not get loaded into system memory (so memory will not get overflooded)?
Any tips on performance / setting it up?
thx
