For taps built with the SDK, how is the batch size...
# singer-taps
c
For taps built with the SDK, how is the batch size configured? It seems to be 10,000 but is this configurable at all?
e
Batch is an overloaded concept here, so I'm curious what's the problem you're trying to solve @Conner Panarella (SpaceCondor) 🙂
c
@Edgar RamĂ­rez (Arch.dev) Mainly just testing! I want to optimize the loading of 1m+ records from a MSSQL tap to the Postgres loader.
The BATCH functionality documentation doesn’t really explain how it works between taps and targets.