On Oct 5, 2006, at 11:13 AM, Jesus Cea wrote: > The Durus 3.5 "bulk object loader" method would probe useful here. > Also, > a future version of my storage backend will use (internally) multiple > threads to fetch multiple objects in parallel, for huge performance > win > if you need to go to the disk and slight performance hit if your OS > already has the data cached. Good point. list(connection.get_crawler()) is a fast way to load everything because it uses bulk_load().