-add index on shard
This commit is contained in:
parent
d782dd7f54
commit
0cf46d8e59
@ -49,3 +49,8 @@ CREATE INDEX work_shards_by_end_row_index
|
|||||||
ON work_shards
|
ON work_shards
|
||||||
(end_row DESC);
|
(end_row DESC);
|
||||||
|
|
||||||
|
CREATE INDEX work_shards_by_rows
|
||||||
|
ON work_shards
|
||||||
|
(job_name
|
||||||
|
,start_row
|
||||||
|
,end_row);
|
||||||
|
Loading…
Reference in New Issue
Block a user