gianm commented on issue #11929:
URL: https://github.com/apache/druid/issues/11929#issuecomment-972938260


   > Thanks, @gianm. This is a really neat way of doing batch ingestion. In 
this new way of doing batch ingestion, how would we specify tuningConfig 
e.g.max rows in memory, max bytes in memory, number of segments to merge, etc? 
It seems intuitive to have a QueryContext for INSERT queries similar to SELECT 
and such tuning configurations can go there.
   
   @abhishekagarwal87 About this, I was thinking we would use the existing SQL 
query context: 
https://druid.apache.org/docs/latest/querying/sql.html#connection-context. The 
context isn't part of the SQL grammar, but gets submitted alongside the query. 
At some point we may also want to add a way to put context parameters in the 
actual SQL grammar itself.


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