Skip to content

Commit

Permalink
feat: info for database configuration at server nod level
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 10, 2023
1 parent 5db873c commit d0bfe3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arc-core/src/main/resources/BdD/script_function_utility.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CREATE SCHEMA IF NOT EXISTS arc;

-- optimization parameters at database level
-- dont forget to change parameters set at server nod level
/*
postgresql::server::config_entry:
wal_compression:
value: "on"
force_parallel_mode:
value: "off"
log_statement:
value: "none"
max_locks_per_transaction:
value: "1000"
max_connections:
value: "1000"
*/
do $$
declare
c record;
Expand Down

0 comments on commit d0bfe3a

Please sign in to comment.