Hello,

I'm using TableBatchReader to process tables. I wonder is there any way to
set the batch size or the number of tuples in a record batch? Sometimes a
batch only contains tens of tuples, which slows down the processing a lot.
I tried TableBatchReader::set_chunksize(), but got no change. Thanks!

Reply via email to