Skip to content

Problem: Loading task output is slow. #3213

@ShaneMcC

Description

@ShaneMcC

Issue

Using a postgres database, task output display is slow when there are many tasks with long outputs.

I don't seem to have an index on the task_id column in the task__output table, which I assume is the reason for the slowness.

Manually running:

create index task__output_task_id on task__output (task_id);

On the database seems to have fixed the problem.

Impact

Web-Frontend (what users interact with)

Installation method

Docker

Database

Postgres

Browser

Chrome

Semaphore Version

v2.16.17-5c8e54e-1755415970

Ansible Version

Logs & errors

No response

Manual installation - system information

No response

Configuration

No response

Additional information

No response

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions