how to create a very large persistent hashtable

Helo,

I have a very huge hashtable with over 500,000 entries. The key values are small strings. I cannot load such a big hashtable in memory. But I need to access the data very frequently and fast. Is there anyway I can make this hashtable persistent in disk and access directly from the disk? I do not want to use a database and I fast access.

I would you very thankful for any suggestions.

[410 byte] By [Amanshakyaa] at [2007-11-26 17:26:57]
# 1
JDBM http://jdbm.sourceforge.net/V1.0/doc/api/
ejpa at 2007-7-8 23:54:54 > top of Java-index,Core,Core APIs...
# 2
Thanks a lot. I will try to use it.
Amanshakyaa at 2007-7-8 23:54:54 > top of Java-index,Core,Core APIs...