diff --git a/doc/production_setup.md b/doc/production_setup.md index 4a8c22f74..ea08a9d05 100644 --- a/doc/production_setup.md +++ b/doc/production_setup.md @@ -91,6 +91,8 @@ grant SELECT, INSERT, CREATE TABLE, CREATE DATABASE on altinity.* t grant CLUSTER ON *.* to sink; grant SELECT, INSERT, CREATE TABLE, TRUNCATE on replicated_db.* to sink; ``` +**User Profile** +`max_partitions_per_insert_block` - The default value is 100, its recommended to set this value **1000** ## PostgreSQL Production Setup