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

[jira] [Created] (IOTDB-630) Add a jdbc-like way to fetch data in session

Yuan Tian created IOTDB-630:
-------------------------------

             Summary: Add a jdbc-like way to fetch data in session
                 Key: IOTDB-630
                 URL: https://issues.apache.org/jira/browse/IOTDB-630
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Yuan Tian
            Assignee: Yuan Tian


Currently, we can only fetch result through RowRecord in session.

That means each time we get a row, we will create a RowRecord object. We can add a jdbc-like way to fetch data in session, with which we can reduce the cost of creating RowRecord.



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