Is there a way to read all items (other than setting the commit-interval to a high number) before processing? I know this goes against the chunk processing setup but I need to read all rows from a table and then start processing/writing. I would have thought that this should be doable by setting commit-interval=0 but I don't think that works.
