Something went wrong on our end
During sync, massive-sync conditions (dropped indexes, FKs, tables switched to...
Compare changes
Files
3- Bartek Wrona authored
During sync, massive-sync conditions (dropped indexes, FKs, tables switched to UNLOGGED mode) are effective only if number of blocks to be synced is greather than specified limit. Added runtime configuration of `work_mem` parameter during `after_initial_sync` hooks execution.
+ 31
− 7
@@ -46,8 +46,6 @@ class DbState:
@@ -131,12 +129,18 @@ class DbState:
@@ -156,6 +160,22 @@ class DbState:
@@ -184,6 +204,8 @@ class DbState:
@@ -231,12 +253,14 @@ class DbState: