ranked-model icon indicating copy to clipboard operation
ranked-model copied to clipboard

suggesting add index on row_order

Open jhjwind opened this issue 10 years ago • 0 comments

we use rank model on our markets table. We didn't have an index on the row_order and ended up with lots of seq scan on the row_roder column. I suggest adding index on the row_order column. It would be great if you can put it in the readme.

 SELECT "markets".* FROM "markets"   ORDER BY "markets"."row_order" ASC                                                                                                                                     

jhjwind avatar Mar 31 '15 16:03 jhjwind