Skip to content

Commit

Permalink
Don't use a partitioned database
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Jan 16, 2024
1 parent 0454544 commit 3592609
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions quick_monolith_install/sample-environment/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ postgres_override:
postgresql_max_stack_depth: 4MB
postgresql_shared_buffers: 1GB

SEPARATE_FORM_PROCESSING_DBS: False

dbs:
form_processing:
partitions:
p1:
shards: [0, 511]
p2:
shards: [512, 1023]
form_processing: null

0 comments on commit 3592609

Please sign in to comment.