Something went wrong on our end
vaccum at sync final
Compare changes
- Marcin authored
Some sql functions called in method _after_initial_sync heavy updates tables (espacialy hive_posts) and produce dead tuples what slowed down db operations. This behavior sometimes also introduced problems with autovacuum which cannot clean up fast after this hughe number of updates
+ 21
− 1
@@ -278,16 +278,24 @@ class DbState:
@@ -307,6 +315,12 @@ class DbState:
@@ -349,6 +363,7 @@ class DbState:
@@ -379,6 +394,11 @@ class DbState: