gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Increase default for MAX_OFFLOAD_CHUNK_SIZE #171

Closed nj1973 closed 4 months ago

nj1973 commented 5 months ago

When not set in offload.env this defaults to 2G, this is far too small for any production deployment. We can spend longer initiating a Spark job than actually transferring data.

Perhaps 8G or 16G are better defaults.