Isn’t that the point with `run()` itself? Like, if you have a statement where you don’t need the res

Isn’t that the point with run() itself? Like, if you have a statement where you don’t need the results at all, or loading the results into memory would be a waste, then you run() instead of first() or all(). And I would expect the size argument to be even more compelling if you are batching many statements together
Was this page helpful?