[
https://issues.apache.org/jira/browse/PHOENIX-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976263#comment-13976263
]
James Taylor commented on PHOENIX-940:
--------------------------------------
Can you tell me a bit more about the use case/need, as there may be an
alternative?
> Unique Constraint
> -----------------
>
> Key: PHOENIX-940
> URL: https://issues.apache.org/jira/browse/PHOENIX-940
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Eli Levine
>
> Add support for UNIQUE constraint on one or more columns in CREATE and ALTER
> TABLE statements:
> {code}
> CONSTRAINT constraint_name UNIQUE (column1, column2, . column_n)
> {code}
> One possible way to implement this is by adding a secondary index on columns
> involved in the constraint and adding a check for column values before upsert.
--
This message was sent by Atlassian JIRA
(v6.2#6252)