HTHou commented on pull request #2677: URL: https://github.com/apache/iotdb/pull/2677#issuecomment-782995241
I have tried on my mac and everything works great now. ``` IoTDB> show timeseries root.ln.wf.wt.tdouble +------------------------------+-----+-------------+--------+--------+-----------+----+----------+ | timeseries|alias|storage group|dataType|encoding|compression|tags|attributes| +------------------------------+-----+-------------+--------+--------+-----------+----+----------+ | root.ln.wf.wt.tdouble| null| root.ln| FLOAT| GORILLA| SNAPPY|null| null| |root.ln.wf.wt.tdouble.tdouble1| null| root.ln| FLOAT| GORILLA| SNAPPY|null| null| |root.ln.wf.wt.tdouble.tdouble2| null| root.ln| FLOAT| GORILLA| SNAPPY|null| null| +------------------------------+-----+-------------+--------+--------+-----------+----+----------+ Total line number = 3 It costs 0.124s IoTDB> count timeseries root.ln.wf.wt.tdouble +-----+ |count| +-----+ | 3| +-----+ Total line number = 1 It costs 0.013s ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
