change fetch size
This commit is contained in:
parent
913f001465
commit
901d39a045
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ CREATE SERVER dwh_prd
|
|||
FOREIGN DATA WRAPPER postgres_fdw
|
||||
OPTIONS (host '$PRD_HOST', dbname '$PRD_DB', port '$PRD_PORT');
|
||||
|
||||
ALTER SERVER dwh_prd OPTIONS (fetch_size '100000');
|
||||
|
||||
CREATE USER MAPPING FOR current_user
|
||||
SERVER dwh_prd
|
||||
OPTIONS (user '$PRD_CI_USER', password '$PRD_CI_PASSWORD');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue