sa.Index('hive_votes_voter_id_post_id_idx','voter_id','post_id'),# probably this index is redundant to hive_votes_voter_id_last_update_idx because of starting voter_id.
sa.Index('hive_votes_voter_id_post_id_idx','voter_id','post_id'),# probably this index is redundant to hive_votes_voter_id_last_update_idx because of starting voter_id.
sa.Index('hive_votes_voter_id_last_update_idx','voter_id','last_update'),# this index is critical for hive_accounts_info_view performance
sa.Index('hive_votes_voter_id_last_update_idx','voter_id','last_update'),# this index is critical for hive_accounts_info_view performance