[
https://issues.apache.org/jira/browse/PHOENIX-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-657.
----------------------------------
Resolution: Fixed
Bulk resolve of closed issues imported from GitHub. This status was reached by
first re-opening all closed imported issues and then resolving them in bulk.
> use phoenix, when SQL command executed finish, there is no elapsed time for
> output
> ----------------------------------------------------------------------------------
>
> Key: PHOENIX-657
> URL: https://issues.apache.org/jira/browse/PHOENIX-657
> Project: Phoenix
> Issue Type: Task
> Reporter: zhangbingxiang
>
> [version]
> phoenix-2.0.1.tar.gz
> [detail]
> 0: jdbc:phoenix:10.18.40.69,10.18.40.130> CREATE TABLE my_schema.my_table (
> id BIGINT not null primary key, name char(50) not null,brithday DATE not
> null);
> 0: jdbc:phoenix:10.18.40.69,10.18.40.130>
> [suggestion]
> when SQL command executed finish, give the elapsed time for command execution.
> e.g.:
> mysql> GRANT ALL PRIVILEGES ON *.* TO 'zhangbx'@'%'IDENTIFIED BY 'zhangbx'
> WITH GRANT OPTION;
> Query OK, 0 rows affected (0.09 sec)
> mysql>
> So we know the grant command execution takes 0.09 sec.
--
This message was sent by Atlassian JIRA
(v6.2#6252)