You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/11/18 14:53:03 UTC

[GitHub] [druid] gianm edited a comment on issue #11929: Batch ingestion using SQL INSERT

gianm edited a comment 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 but I don't think we need to start there.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org