Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64 s3 load parallelism + 8 aurora load parallelism in prod #857

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "80"
value: "8"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down Expand Up @@ -86,8 +86,8 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "128"
- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "64"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down
6 changes: 3 additions & 3 deletions deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "80"
value: "8"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down Expand Up @@ -86,8 +86,8 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "128"
- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "64"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down
6 changes: 3 additions & 3 deletions deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "80"
value: "8"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down Expand Up @@ -86,8 +86,8 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "128"
- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "64"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down
Loading