xiangfu0 commented on PR #8557: URL: https://github.com/apache/pinot/pull/8557#issuecomment-1104262034
> I wonder if `LOAD DATA` makes more sense, as `INSERT` often follows with a list of concrete values. > > Here is the reference from MySQL: https://dev.mysql.com/doc/refman/8.0/en/load-data.html https://dev.mysql.com/doc/refman/8.0/en/insert.html Agreed, using `LOAD DATA` makes more sense. I was trying to be on par with other technologies (https://clickhouse.com/docs/en/sql-reference/statements/insert-into/#inserting-data-from-a-file). But `LOAD DATA` should be the right standard. cc: @walterddr -- 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]
