paul-rogers commented on issue #13469:
URL: https://github.com/apache/druid/issues/13469#issuecomment-1381093924

   @andrisnoko asks:
   
   > Wouldn't supporting [native 
queries](https://druid.apache.org/docs/latest/querying/querying.html) provide 
better performance?
   
   Probably. However, native queries are highly complex and require hundreds of 
JSON objects to define. This particular use case doesn't really need all that 
complexity: expressing a query as a SQL string, and letting Druid work out the 
native query, provides a simpler user experience.
   
   If there is a need, then one option would be to support native queries by 
providing the JSON as a string (rather than a mesh of Protobuf objects.) This 
seems like a simple enough thing to add later, if/when we have the need.


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