Skip to content
Snippets Groups Projects

more complex indexes to speedup get_ranked_posts methods

Merged Marcin requested to merge mi_sc_hot_indexes_megrged_with_payouts into develop
2 files
+ 4
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
3
@@ -107,12 +107,11 @@ class DbState:
'hive_posts_payout_at_idx',
'hive_posts_payout_idx',
'hive_posts_promoted_idx',
'hive_posts_sc_trend_id_idx',
'hive_posts_sc_hot_id_idx',
'hive_posts_sc_trend_id_is_paidout_idx',
'hive_posts_sc_hot_id_is_paidout_idx',
'hive_posts_block_num_idx',
'hive_posts_cashout_time_id_idx',
'hive_posts_updated_at_idx',
'hive_posts_is_paidout_idx',
'hive_posts_payout_plus_pending_payout_id',
'hive_votes_block_num_idx',
Loading