Skip to content

Commit

Permalink
0003817: Initial load use estimated counts
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 6, 2018
1 parent 5feba15 commit 74f75f8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -162,6 +162,7 @@ private ParameterConstants() {
public final static String INITIAL_LOAD_SCHEMA_LOAD_COMMAND = "initial.load.schema.load.command";
public final static String INITIAL_LOAD_EXTRACT_AND_SEND_WHEN_STAGED = "initial.load.extract.and.send.when.staged";
public final static String INITIAL_LOAD_TRANSPORT_MAX_BYTES_TO_SYNC = "initial.load.transport.max.bytes.to.sync";
public final static String INITIAL_LOAD_USE_ESTIMATED_COUNTS = "initial.load.use.estimated.counts";

public final static String CREATE_TABLE_WITHOUT_DEFAULTS = "create.table.without.defaults";
public final static String CREATE_TABLE_WITHOUT_FOREIGN_KEYS = "create.table.without.foreign.keys";
Expand Down

0 comments on commit 74f75f8

Please sign in to comment.