Cyrus Harmon wrote: > what's the best way to do this? can I just drop a > (rucksack:transaction-commit rucksack:*transaction*) into my loop and > have the right thing happen or do I need to break up the loop to > explicitly do a (with-transaction ... for batches of 1000 or so? I would break up the loop. Arthur