You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "liuyu (Jira)" <ji...@apache.org> on 2023/06/26 08:54:00 UTC

[jira] [Assigned] (IOTDB-4149) Show storage group query in NewIoTDB should return real time partition interval

     [ https://issues.apache.org/jira/browse/IOTDB-4149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

liuyu reassigned IOTDB-4149:
----------------------------

    Assignee:     (was: liuyu)

> Show storage group query in NewIoTDB should return real time partition interval
> -------------------------------------------------------------------------------
>
>                 Key: IOTDB-4149
>                 URL: https://issues.apache.org/jira/browse/IOTDB-4149
>             Project: Apache IoTDB
>          Issue Type: Improvement
>            Reporter: Haonan Hou
>            Priority: Major
>
> {code:java}
> ---------------------
> Starting IoTDB Cli
> ---------------------
>  _____       _________  ______   ______    
> |_   _|     |  _   _  ||_   _ `.|_   _ \   
>   | |   .--.|_/ | | \_|  | | `. \ | |_) |  
>   | | / .'`\ \  | |      | |  | | |  __'.  
>  _| |_| \__. | _| |_    _| |_.' /_| |__) | 
> |_____|'.__.' |_____|  |______.'|_______/  version UNKNOWN
>                                            
> IoTDB> login successfully
> IoTDB> insert into root.sg.d1(time,s1) values(12,34)
> insert into root.sg.d1(time,s1) values(12,34)
> Msg: The statement is executed successfully.
> IoTDB> show storage group
> +-------------+----+-------------------------+-----------------------+-----------------------+
> |storage group| ttl|schema_replication_factor|data_replication_factor|time_partition_interval|
> +-------------+----+-------------------------+-----------------------+-----------------------+
> |      root.sg|null|                        0|                      0|                      0|
> +-------------+----+-------------------------+-----------------------+-----------------------+
> Total line number = 1
> It costs 0.010s {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)