citusdata / citusdata/citus

Single query per task

Open
#3,628 1 comment 0 reactions 0 assignees View on GitHub
development technical debt
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

Some of our tasks have concatenated queries, for example a task might contain:

query_1; query_2;query_3;

The reason for this is that we don't set the dependencies between tasks in the plan step correctly, therefore we use concatenated queries to ensure the order.However, we already have the logic that can execute dependent jobs in order. To me it would be simpler if we knew that a task contains only a single query.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.