[
https://issues.apache.org/jira/browse/TAJO-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547834#comment-14547834
]
ASF GitHub Bot commented on TAJO-1537:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/523#issuecomment-103011097
This work looks good to me. But, it only handles pre-defined session
variables. It would be better if this session table can handle all user session
variables.
You look busy. If you don't mind, I'll improve the session table to support
all user variables.
> Implement a virtual table for sessions
> --------------------------------------
>
> Key: TAJO-1537
> URL: https://issues.apache.org/jira/browse/TAJO-1537
> Project: Tajo
> Issue Type: New Feature
> Components: tajo master
> Reporter: Yongjin Choi
> Assignee: Yongjin Choi
> Priority: Minor
> Fix For: 0.11.0
>
> Attachments: TAJO-1537.patch, TAJO-1537_2.patch
>
>
> Most databases provide a way to get information about active sessions (e.g.,
> pg_stat_activity in postgresql, processlist in mysql, v$session in oracle,
> and so on).
> But, tajo does not have such table yet.
> Implementing session virtual table would be helpful to monitoring and
> administration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)