GitHub user selvaganesang opened a pull request:
https://github.com/apache/incubator-trafodion/pull/961
[TRAFODION-2854] Improve SET STATISTICS command to display the inform…
…ation in new format
Currently SET STATISTICS ON | OFF alone is supported. It is improved to take some more
options
SET STATISTICS PERTABLE ;
SET STATISTICS PROGRESS ;
SET STATISTICS DEFAULT ;
This will display pertable, progress, operator level statistics for the these options
respectively.
SET STATISTICS ALL will display both progress and operator level statistics.
These commands are valid both in sqlci and trafci.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/incubator-trafodion get_stats
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/961.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #961
----
commit 6973d3a120aaa02a45157622517ed94559cb5899
Author: selvaganesang <selva.govindarajan@esgyn.com>
Date: 2017-02-16T01:48:11Z
[TRAFODION-2854] Improve SET STATISTICS command to display the information in new format
Currently SET STATISTICS ON | OFF alone is supported. It is improved to take some more
options
SET STATISTICS PERTABLE ;
SET STATISTICS PROGRESS ;
SET STATISTICS DEFAULT ;
This will display pertable, progress, operator level statistics for the these options
respectively.
SET STATISTICS ALL will display both progress and operator level statistics.
These commands are valid both in sqlci and trafci.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|