Hi, I have a requirement to persist a set of small data objects, about half million, to disk and later retrieve randomly using unique id of type String. My data objects are Eclipse EMF objects, which could be easy serialized/deserialized to/from string. After several round of discussion with Karl Wettin, I am now able to persist the objects to a file based hashtable and retrieve them with reasonable performance.
I would like to thank Karl for this wonderful work. Mike