mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 07:21:48 +08:00
make batch size smaller to satisfy be limitations
This commit is contained in:
parent
048e40cfea
commit
cac8434bbb
@ -16,7 +16,7 @@ public class DorisWriterOptions implements Serializable {
|
||||
private static final long MEGA_BYTES_SCALE = KILO_BYTES_SCALE * KILO_BYTES_SCALE;
|
||||
private static final int MAX_RETRIES = 1;
|
||||
private static final int BATCH_ROWS = 500000;
|
||||
private static final long BATCH_BYTES = 100 * MEGA_BYTES_SCALE;
|
||||
private static final long BATCH_BYTES = 90 * MEGA_BYTES_SCALE;
|
||||
|
||||
private static final String KEY_LOAD_PROPS_FORMAT = "format";
|
||||
public enum StreamLoadFormat {
|
||||
|
Loading…
Reference in New Issue
Block a user