zopefoundation/ZODB

Savepoints: `TmpStore` could support prefetch()

jamadden opened this issue · 0 comments

Currently it silently fails even if the underlying storage supports it. Is there a reason not to just add prefetch to the list of methods TmpStore copies?

Use case: processing a large amount of objects for catalog re-indexing using savepoints to isolate failures in batches.