Fast index traversal and update for stored field?
Thanks in advance, //Thomas Thomas K. Burkholder Code Janitor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Fast index traversal and update for stored field?
building the mutable index would be acceptably fast... Although conceptually, this is really just a Map of ID/value pairs. I have no idea how much data you're talking about, but if it's not a huge data set, might it be possible just to store it in a simple map and look it up that way?