citusdata / citusdata/citus

Add the following checks to a table creation statement to verify: (i) this node runs as the master node, (ii) table does not make use of the inhertiance mechanism, (iii) table does not own columns that are sequences, and (iv) table does not have collated columns.

Open
#181 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

Add the following checks to a table creation statement to verify: (i) this node runs as the master node, (ii) table does not make use of the inhertiance mechanism, (iii) table does not own columns that are sequences, and (iv) table does not have collated columns.

Contributor guide

Open the contributing guide

Research direction

Start by locating the table-creation statement and reading the surrounding validation logic. Done means the statement verifies master-node execution and rejects inheritance, sequence-owned columns, and collated columns.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, postgresql
Domain
databases, distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.