citusdata / citusdata/citus

Improve deadlock detection

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

Description

Checking if there is a distributed deadlock comes down to finding a cycle in a directed graph. It seems that our current algorithm for finding a cycle in graph is roughly O(V^2) yet it could be O(V+E).

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.