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

[jira] [Created] (IOTDB-5028) Using `show timeseries` to query the schema in import-csv

Xuan Ronaldo created IOTDB-5028:
-----------------------------------

             Summary: Using `show timeseries` to query the schema in import-csv
                 Key: IOTDB-5028
                 URL: https://issues.apache.org/jira/browse/IOTDB-5028
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Client/CLI
            Reporter: Xuan Ronaldo
            Assignee: Xuan Ronaldo
             Fix For: master branch


The import-csv tool is using `select * from ... limit 1` to query the schema. It will cost a lot of performance. Therefore, we need to use `show timeseries` to query the schema.



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