citusdata / citusdata/pg_shard

Support EXPLAIN command

Open
#86 1 comment 0 reactions 0 assignees View on GitHub
feature
Dominant language
C
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

Currently when an `EXPLAIN` is applied to a query, the following output is produced:

```
ERROR: EXPLAIN statements on distributed tables are unsupported
```

This makes it effectively impossible to troubleshoot queries on tables using `pg_shard`. Even something as simple as executing the `EXPLAIN` on candidate worker nodes and combining the results would be sufficient as a replacement for this error.

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.