[
https://issues.apache.org/jira/browse/PHOENIX-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dian hina updated PHOENIX-675:
------------------------------
oke finish
> Support specifying index details at the time of CREATE TABLE query
> ------------------------------------------------------------------
>
> Key: PHOENIX-675
> URL: https://issues.apache.org/jira/browse/PHOENIX-675
> Project: Phoenix
> Issue Type: Task
> Reporter: Tony Stevenson
>
> We can support specifying index details during table creation as well(which
> is supported in some databases). This also helps in Hindex integration where
> we can avoid unnecessary disable and enable of table every time while
> creating index.
> Ex:
> CREATE TABLE test (
> id INT NOT NULL,
> last_name CHAR(30) NOT NULL,
> first_name CHAR(30) NOT NULL,
> PRIMARY KEY (id),
> INDEX name (last_name,first_name)
> );
--
This message was sent by Atlassian Jira
(v8.3.4#803005)