• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • npurwar
  • Reporter: ssubbiah
  • June 14, 2006
  • 2
  • Watchers: 2
  • April 10, 2009
  • July 29, 2008

Description

We currently treat collections as one big thing. If they are very large and we need to write them to disk and read them from disk in one big chunk then we will be in trouble. We need to be able to read and write parts of large collections.

Currently we support Partical collections for regular HashMaps ( IdentityHashMaps, Hashtable, Properties, HashMaps etc.) . This needs to be extended for Sets.

Sets are easier than the Lists coz Sleepycat doesnt provide good support for Lists.

Comments

Saravanan Subbiah 2009-04-07

Completed.