It might be sueful to add some index which desc in time. This is becasue we load the most recent data (often) I`ve tried adding ``` create index ix_generation_start_utc_desc on generation (start_utc desc) ``` It took 24 seconds to make
It might be sueful to add some index which desc in time. This is becasue we load the most recent data (often)
I`ve tried adding
It took 24 seconds to make