2024-03-17 20:33:23 +00:00
|
|
|
/* Used for webui clusterMachineSummary */
|
|
|
|
CREATE INDEX harmony_task_history_work_index
|
|
|
|
ON harmony_task_history (completed_by_host_and_port ASC, name ASC, result ASC, work_end DESC);
|
2024-03-17 22:15:53 +00:00
|
|
|
|
|
|
|
/* Used for webui actorSummary sp wins */
|
2024-03-19 08:04:32 +00:00
|
|
|
CREATE INDEX mining_tasks_won_sp_id_base_compute_time_index
|
|
|
|
ON mining_tasks (won ASC, sp_id ASC, base_compute_time DESC);
|