jiacai2050 opened a new issue, #1542:
URL: https://github.com/apache/horaedb/issues/1542

   ### Describe This Problem
   
   Followup for https://github.com/apache/horaedb/pull/1536, now we will 
collect all rows to vec before do insert, it's best if we can do insert select 
in a streaming way.
   
   ### Proposal
   
   Support insert select like
   ```rs
   while rows = query.next_batch().await? {
     insert(rows);
   }
   ```
   
   ### Additional Context
   
   _No response_


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to