Kusto Query Language vs Keyword Query Language

ally sin 1 Reputation point
2021-08-11T03:24:35.77+00:00

What is difference between Kusto Query Language and Keyword Query Language?

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
485 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,740 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Emily Du-MSFT 41,946 Reputation points Microsoft Vendor
    2021-08-11T10:04:51.32+00:00

    @ally sin

    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://learn.microsoft.com/en-us/azure/data-explorer/kusto/concepts/

    Keyword Query Language is used for SharePoint search.
    Reference:
    https://learn.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.

    4 people found this answer helpful.

  2. Martin Cairney 2,241 Reputation points
    2021-08-11T07:38:39.687+00:00

    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.

    3 people found this answer helpful.
    0 comments No comments