web icon indicating copy to clipboard operation
web copied to clipboard

sort pro matches by match_seq_num

Open nikolajakshic opened this issue 6 years ago • 1 comments

Matches are now probably sorted by match_id or start_time, should be duration+start_time so that last match can be on top.

open_dota_pro_sort

nikolajakshic avatar Mar 21 '18 16:03 nikolajakshic

The problem is that there is no database index on that.

There is a match_seq_num column that could be indexed and would produce the ordering described.

howardchung avatar Mar 22 '18 02:03 howardchung