Can't you just use all the _index attribute of the FileStorage? If the oid isn't in _index, there's no way FileStorage is going to load it. It seems more efficient to use the list of known oids than to do a has_key() for every possible oid. Jeremy