Skip to content
Snippets Groups Projects

Speedup proposal for `list_comments`

Merged Dariusz Kędzierski requested to merge dk-list-comments-by-permlink-speedup into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -147,7 +147,8 @@ def build_metadata():
sa.Index('hive_posts_sc_hot_idx', 'sc_hot'),
sa.Index('hive_posts_created_at_idx', 'created_at'),
sa.Index('hive_posts_block_num_idx', 'block_num'),
sa.Index('hive_posts_cashout_time', 'cashout_time'),
sa.Index('hive_posts_cashout_time_idx', 'cashout_time'),
sa.Index('hive_posts_updated_at_idx', sa.text('updated_at DESC'))
)
sa.Table(
Loading