Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions pg_chameleon/configuration/config-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ sources:
database: "db_replica"
charset: 'utf8'
connect_timeout: 10
schema_mappings:
loxodonta_africana: elephas_maximus
limit_tables:
- loxodonta_africana.foo
skip_tables:
- loxodonta_africana.bar
copy_max_memory: "300M"
grant_select_to:
- usr_readonly
lock_timeout: "10s"
my_server_id: 100
replica_batch_size: 3000
replay_max_rows: 10000
sleep_loop: 5
batch_retention: '1 day'
copy_mode: 'file'
out_dir: /tmp
type: pgsql
schema_mappings:
loxodonta_africana: elephas_maximus
limit_tables:
- loxodonta_africana.foo
skip_tables:
- loxodonta_africana.bar
copy_max_memory: "300M"
grant_select_to:
- usr_readonly
lock_timeout: "10s"
my_server_id: 100
replica_batch_size: 3000
replay_max_rows: 10000
sleep_loop: 5
batch_retention: '1 day'
copy_mode: 'file'
out_dir: /tmp
type: pgsql

# the dictionary fillfactor is used to set the fillfactor for tables that are expected to work with large updates
# The key name defines the fillfactor level (The allowed values range is 10 to 100)
Expand Down