Skip to content

Commit

Permalink
chore: renames schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 2cb462f commit 0b98644
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/cf-ledger-sync/values-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ indexer:

aggregation:
postgres:
dbSchema: aggregation-mainnet
dbSchema: mainnet_aggregation

dbSchema: mainnet
network: mainnet
Expand Down
2 changes: 1 addition & 1 deletion deploy/cf-ledger-sync/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ indexer:

aggregation:
postgres:
dbSchema: aggregation-preprod
dbSchema: preprod_aggregation

domain: dev-sranjan.cf-explorer-preprod.eu-west-1.metadata.dev.cf-deployments.org
dbSchema: preprod
Expand Down
2 changes: 1 addition & 1 deletion deploy/cf-ledger-sync/values-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ indexer:

aggregation:
postgres:
dbSchema: aggregation-preview
dbSchema: preview_aggregation
store:
executor:
use_virtual_thread_for_batch_processing: "true"
2 changes: 1 addition & 1 deletion deploy/cf-ledger-sync/values-sanchonet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ indexer:

aggregation:
postgres:
dbSchema: aggregation-sanchonet
dbSchema: sanchonet_aggregation

dbSchema: sanchonet
network: sanchonet
Expand Down
7 changes: 6 additions & 1 deletion deploy/cf-ledger-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,10 @@ aggregation:
account:
history_cleanup_enabled: "true"
executor:
use_virtual_thread_for_batch_processing: "false"
# Whether to use parallel processing. This greatly reduces DB computation requirements
enable_parallel_processing: "true"
# Whether to use virtual threads. True recommended for multi-CPU architecture, false for VMs
use_virtual_thread_for_batch_processing: "true"
# Number of concurrent batching threads
block_processing_threads: 15
resources: {}

0 comments on commit 0b98644

Please sign in to comment.