• I'm planning to index ~600k docs, with an avg size of indexed fields about 300 bytes. I have read de docs about imports, Client-side batch size vs server-side batching, etc. I'm also tested the airbyte method (no fit for my case) and I think they are sending client side batches of 10k docs. It's ok to send 10K docs client side batches in my own total reindex code?