What is difference between Kusto Query Language and Keyword Query Language?
What is difference between Kusto Query Language and Keyword Query Language?
Oh thanks Microsoft for using the same KQL identity for two unrelated items - the marketing department needs some fresh blood I think to come up with new names.
Anyway KEYWORD looks like a method of searching in SharePoint - according to the Docs reference here
Kusto is a Big Data query language used across products like Azure Data Explorer and Log Analytics to query data that in essentially in a tabular format. See here for details.
I wish Microsoft would stop using the same acronyms across totally unrelated products and services.
They are be used for different Microsoft products.
Kusto Query Language is used for Azure. It is a query is a read-only request to process data and return the results of this processing, without modifying the data or metadata in the Azure Data Explorer.
Reference:
https://docs.microsoft.com/en-us/azure/data-explorer/kusto/concepts/
Keyword Query Language is used for SharePoint search.
Reference:
https://docs.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
I’m checking how the things are going on about this issue. If there is any problem with this issue, feel free to let me know.
6 people are following this question.