We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e420054 commit 904dfc7Copy full SHA for 904dfc7
1 file changed
hive/db/schema.py
@@ -340,14 +340,14 @@ def reset_autovac(db):
340
341
autovac_config = { # vacuum analyze
342
'hive_accounts': (50000, 100000),
343
- 'hive_posts_cache': (25000, 25000),
+ 'hive_posts_cache': (10000, 25000),
344
'hive_posts': (2500, 10000),
345
- 'hive_post_tags': (5000, 10000),
346
- 'hive_follows': (5000, 5000),
347
- 'hive_feed_cache': (5000, 5000),
348
- 'hive_blocks': (5000, 25000),
349
- 'hive_reblogs': (5000, 5000),
350
- 'hive_payments': (5000, 5000),
+ 'hive_post_tags': (2500, 10000),
+ 'hive_follows': (2500, 5000),
+ 'hive_feed_cache': (2500, 5000),
+ 'hive_blocks': (2500, 25000),
+ 'hive_reblogs': (2500, 5000),
+ 'hive_payments': (2500, 5000),
351
}
352
353
for table, (n_vacuum, n_analyze) in autovac_config.items():
0 commit comments