You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "WangChao (Jira)" <ji...@apache.org> on 2020/04/27 11:17:00 UTC

[jira] [Created] (IOTDB-622) count all records of the whole database

WangChao created IOTDB-622:
------------------------------

             Summary: count all records of the whole database
                 Key: IOTDB-622
                 URL: https://issues.apache.org/jira/browse/IOTDB-622
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Core/Engine
            Reporter: WangChao


Now the count function only count the number of every timeseries, it's useful to  count the total record of the  specific path.

 

like:

 

*_select count(*) from root.ln._**  should return the total number of the records in storage group root.ln, but now it returns the number of each timeseries which is in root.ln.

 

Please leave your opinion. 

 



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