Yuan Tian created IOTDB-4831:
--------------------------------

             Summary: Save one rpc call in query processing
                 Key: IOTDB-4831
                 URL: https://issues.apache.org/jira/browse/IOTDB-4831
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Yuan Tian
            Assignee: Yuan Tian


Currently, even if there is no more data in server side, client will still need 
one more rpc call to fetch result and then client found that this rpc call 
return no data, it will end.

However, we can add a `moreData` field in response to indicate that there is no 
more data in server side after this rpc call and client can use this filed to 
decide whether to do another one rpc to fetch data from server side.



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

Reply via email to