[ZODB-Dev] Speeding up ZODB (was "redis cache for RelStorage")
    Pedro Ferreira 
    jose.pedro.ferreira at cern.ch
       
    Fri May  6 13:31:44 EDT 2011
    
    
  
> It would be cool if you could give a hint to ZEO somehow to prefetch a
> certain set of objects along with their subobjects and then return
> everything in one batch. This way you avoid all the round-trips when you
> discover you want to retrieve a suboject.
+1
But I guess that could be tricky, as it's common to have references to 
parent objects, etc... that would have to be ignored.
Batch fetching would be easier though :)
Cheers,
Pedro
    
    
More information about the ZODB-Dev
mailing list