[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-23 Thread Jialin Qiao (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17090524#comment-17090524
 ] 

Jialin Qiao commented on IOTDB-348:
---

update(add limit in show timeseries)

 

CRUD:
 * -DeletePlan- 
 ** delete from root.ln.wf02.wt02.status where time<=2017-11-01T16:26:00;
 ** delete from root.ln.wf02.wt02.status, root.sgcc.wf03.status where 
time<=2017-11-01T16:26:00;
 * UpdatePlan (does not support)

System:
 * -AuthorPlan (K)-
 ** CREATE USER ln_write_user 'write_pwd';
 ** CREATE USER sgcc_write_user 'write_pwd';
 ** LIST USER;
 ** GRANT USER ln_write_user PRIVILEGES 'INSERT_TIMESERIES' on root.ln
 ** GRANT USER sgcc_write_user PRIVILEGES 'INSERT_TIMESERIES' on root.sgcc
 * -CountPlan (K)-
 ** count timeseries root.*
 ** count timeseries root group by LEVEL=1
 ** count nodes root level=2
 * -DataAuthPlan-

 * 
 ** grant watermark_embedding to Alice
 ** revoke watermark_embedding from Alice
 * -DeleteStorageGroupPlan  (K)-
 ** DELETE STORAGE GROUP root.h1
 * -DeleteTimeSeriesPlan  (K)-
 ** DELETE TIMESERIES root.h1.w1.k1.s1;
 ** DELETE TIMESERIES root.h1.h2.*
 ** DELETE TIMESERIES root.h1.h2.h3, root.h1.h2.h4
 * LoadConfigurationPlan  (K)
 * LoadDataPlan  (K)
 * OperateFilePlan 
 * -SetTTLPlan-
 ** set ttl to root.ln
 ** unset ttl to root.ln
 * -SHowChildPathsPlan  (W)-
 * ShowPlan  (W)
 * -ShowTimeSeriesPlan  (K)-
 ** show timeseries root
 ** show timeseries root where tag=value
 ** show timeseries root where tag contains value
 ** show timeseries root limit 10 offset 10
 * -ShowTTLPlan  (W)-
 ** show ttl on root.ln
 * -ShowStorageGroup  (W)-
 ** show storage group

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed, pull-request-available
> Attachments: image-2020-01-30-21-18-42-831.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-16 Thread Yuyuan KANG (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17084974#comment-17084974
 ] 

Yuyuan KANG commented on IOTDB-348:
---

update(add some sql examples)

 

CRUD:
 * -DeletePlan- 
 ** delete from root.ln.wf02.wt02.status where time<=2017-11-01T16:26:00;
 ** delete from root.ln.wf02.wt02.status, root.sgcc.wf03.status where 
time<=2017-11-01T16:26:00;
 * UpdatePlan (does not support)

System:
 * AuthorPlan (K)
 * -CountPlan (K)-
 ** count timeseries root.*
 ** count timeseries root group by LEVEL=1
 ** count nodes root level=2
 * -DataAuthPlan-

 * 
 ** grant watermark_embedding to Alice
 ** revoke watermark_embedding from Alice
 * DeleteStorageGroupPlan  (K)
 * DeleteTimeSeriesPlan  (K)
 * LoadConfigurationPlan  (K)
 * LoadDataPlan  (K)
 * OperateFilePlan 
 * -SetTTLPlan-
 ** set ttl to root.ln
 ** unset ttl to root.ln
 * -SHowChildPathsPlan  (W)-
 * ShowPlan  (W)
 * -ShowTimeSeriesPlan  (W)-
 * -ShowTTLPlan  (W)-
 ** show ttl on root.ln
 * -ShowStorageGroup  (W)-
 ** show storage group

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed, pull-request-available
> Attachments: image-2020-01-30-21-18-42-831.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-16 Thread WangChao (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17084793#comment-17084793
 ] 

WangChao commented on IOTDB-348:


update(add some sql examples)

 

CRUD:
 * -DeletePlan- 
 ** delete from root.ln.wf02.wt02.status where time<=2017-11-01T16:26:00;
 ** delete from root.ln.wf02.wt02.status, root.sgcc.wf03.status where 
time<=2017-11-01T16:26:00;
 * UpdatePlan (does not support)

System:
 * AuthorPlan (K)
 * CountPlan (K)
 * -DataAuthPlan-

 * 
 ** grant watermark_embedding to Alice
 ** revoke watermark_embedding from Alice
 * DeleteStorageGroupPlan  (K)
 * DeleteTimeSeriesPlan  (K)
 * LoadConfigurationPlan  (K)
 * LoadDataPlan  (K)
 * OperateFilePlan 
 * -SetTTLPlan-
 ** set ttl to root.ln
 ** unset ttl to root.ln
 * -SHowChildPathsPlan  (W)-
 * ShowPlan  (W)
 * -ShowTimeSeriesPlan  (W)-
 * -ShowTTLPlan  (W)-
 ** show ttl on root.ln
 * -ShowStorageGroup  (W)-
 ** show storage group

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed, pull-request-available
> Attachments: image-2020-01-30-21-18-42-831.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-16 Thread Xiangdong Huang (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17084604#comment-17084604
 ] 

Xiangdong Huang commented on IOTDB-348:
---

update:

 

CRUD:
 * -DeletePlan- 
 * UpdatePlan (does not support)

System:
 * AuthorPlan (K)
 * CountPlan (K)
 * -DataAuthPlan-
 * DeleteStorageGroupPlan  (K)
 * DeleteTimeSeriesPlan  (K)
 * LoadConfigurationPlan  (K)
 * LoadDataPlan  (K)
 * OperateFilePlan 
 * -SetTTLPlan-
 * -SHowChildPathsPlan  (W)-
 * ShowPlan  (W)
 * -ShowTimeSeriesPlan  (W)-
 * -ShowTTLPlan  (W)-
 * -ShowStorageGroup  (W)-

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed, pull-request-available
> Attachments: image-2020-01-30-21-18-42-831.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-06 Thread Houliang Qi (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17076874#comment-17076874
 ] 

Houliang Qi commented on IOTDB-348:
---

I am going to implement these functions:

CRUD:
 * DeletePlan 

 System:
 * DataAuthPlan
 * SetTTLPlan

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed
> Attachments: image-2020-01-30-21-18-42-831.png
>
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-06 Thread Xiangdong Huang (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17076866#comment-17076866
 ] 

Xiangdong Huang commented on IOTDB-348:
---

Now the following plans are assigned to Yuyuan Kang (K) and Chao Wang (W). 
Plans without brackets are not assigned.

CRUD:
 * DeletePlan 
 * UpdatePlan (does not support)

System:
 * AuthorPlan (K)
 * CountPlan (K)
 * DataAuthPlan
 * DeleteStorageGroupPlan  (K)
 * DeleteTimeSeriesPlan  (K)
 * LoadConfigurationPlan  (K)
 * LoadDataPlan  (K)
 * OperateFilePlan 
 * SetTTLPlan
 * SHowChildPathsPlan  (W)
 * ShowPlan  (W)
 * ShowTimeSeriesPlan  (W)
 * ShowTTLPlan  (W)
 * ShowStorageGroup  (W)

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed
> Attachments: image-2020-01-30-21-18-42-831.png
>
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-06 Thread Yuyuan KANG (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17076826#comment-17076826
 ] 

Yuyuan KANG commented on IOTDB-348:
---

I am going to implement these functions:
 * AuthorPlan
 * CountPlan
 * DeleteStorageGroupPlan
 * DeleteTimeSeriesPlan
 * LoadConfigurationPlan
 * LoadDataPlan

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed
> Attachments: image-2020-01-30-21-18-42-831.png
>
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-06 Thread Tian Jiang (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17076814#comment-17076814
 ] 

Tian Jiang commented on IOTDB-348:
--

Thanks for your active participation. But Yuyuan Kang may be working on some of 
them, too. Please have a conversion with him to avoid conflicts.


发件人: WangChao (Jira)
发送时间: 2020年4月6日 21:32
收件人: jt2594...@163.com
主题: [jira] [评论] (IOTDB-348) [Distributed] Support more non-query operations 
(log types)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17076342#comment-17076342
 ] 

WangChao 在 IOTDB-348中留言:


I'm insterested in add some non-query plan to the cluster version.

 

Maybe I can help adding show**Plan to the cluster version,here they are:
 * ShowChildPathsPlan
 * ShowPlan
 * ShowTimeSeriesPlan
 * ShowTTLPlan
 * ShowStoregeGroupPlan
 * CountPlan




--
这条信息是由Atlassian Jira发送的
(v8.3.4#803005)


> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed
> Attachments: image-2020-01-30-21-18-42-831.png
>
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-04-06 Thread WangChao (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17076342#comment-17076342
 ] 

WangChao commented on IOTDB-348:


I'm insterested in add some non-query plan to the cluster version.

 

Maybe I can help adding show**Plan to the cluster version,here they are:
 * ShowChildPathsPlan
 * ShowPlan
 * ShowTimeSeriesPlan
 * ShowTTLPlan
 * ShowStoregeGroupPlan
 * CountPlan

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed
> Attachments: image-2020-01-30-21-18-42-831.png
>
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-03-25 Thread Tian Jiang (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17067305#comment-17067305
 ] 

Tian Jiang commented on IOTDB-348:
--

CRUD

-* AggregationPlan-
-* BatchInsertPlan-
* DeletePlan
-* FillQueryPlan-
-* GroupByPlan-
-* InsertPlan-
-* QueryPlan-
* UpdatePlan
System:

* AuthorPlan
* CountPlan
-* CreateTimeSeries-
* DataÅuthPlan
* DeleteStorageGroupPlan
* DeleteTimeSeriesPlan
* LoadConfigurationPlan
* LoadDataPlan
* OperateFilePlan
-* SetStorageGroupPlan-
* SetTTLPlan
* SHowChildPathsPlan
* ShowPlan
* ShowTimeSeriesPlan
* ShowTTLPlan

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed
> Attachments: image-2020-01-30-21-18-42-831.png
>
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IOTDB-348) [Distributed] Support more non-query operations (log types)

2020-03-23 Thread Xiangdong Huang (Jira)


[ 
https://issues.apache.org/jira/browse/IOTDB-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17065278#comment-17065278
 ] 

Xiangdong Huang commented on IOTDB-348:
---

Hi [~jt2594838], can you check the list to get which plans are not implemented?

> [Distributed] Support more non-query operations (log types)
> ---
>
> Key: IOTDB-348
> URL: https://issues.apache.org/jira/browse/IOTDB-348
> Project: Apache IoTDB
>  Issue Type: Improvement
>Reporter: Tian Jiang
>Priority: Major
>  Labels: distributed
> Attachments: image-2020-01-30-21-18-42-831.png
>
>
> Currently supported operations:
> create storage group
> create timeseries 
> single row insertion
> Please link to and reply to this issue if you added any new functionalities.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)