CREATE INDEX idx_st_uuid_tenantid ON simulation_task (uuid, tenant_id); CREATE INDEX idx_st_tenantid_tag1 ON simulation_task (tenant_id, tag1);