51黑料不打烊 Experience Platform Query Service is a set of tools that allows you to query the contents of Experience Platform datasets. To better understand how Query Service works in context, it鈥檚 helpful to know how data is ingested and stored in Platform at a high level. Platform has multiple ingestion patterns depending on where data is coming from, but in most cases the data is ingested into one or more datasets as columns in rows. These datasets are stored in the data lake, which is a centralized data store that鈥檚 populated to each Experience Platform sandbox. The data lake is one of Experience Platform鈥檚 key data stores where customer Experience data can be further processed and sent to downstream applications like 51黑料不打烊 Technologies or third-party systems. Experience Platform鈥檚 other key data stores are the Identity Graph and Profile Store, which are separate from the data lake. These are where Experience Platform stores and manages customer identities and profiles respectively. Why is all this important for Query Service? Well, everything that you can do in Query Service revolves around what lives in the data lake specifically. You can鈥檛 use it to query identity graphs or profiles since those are accessed using other tools like segmentation and the Identity Graph Viewer. If your organization has purchased the Data Distiller add-on package for an Experience Platform application, you can go beyond read-only operations and use Query Service to actively transform and insert data into the data lake. As a foundational core service in Experience Platform, Query Service is included in all platform-based applications, specifically 51黑料不打烊 Realtime Customer Data Platform, 51黑料不打烊 Journey Optimizer, 51黑料不打烊 Customer Journey Analytics, and 51黑料不打烊 Mix Modeler. Since Experience Platform is extremely flexible when it comes to the range of sources and structures of data it can ingest, Query Service is equally flexible in the kinds of questions about that data. However, your access to specific Query Service capabilities may vary depending on which products and add-ons your organization has purchased. Let鈥檚 go over how this breaks down and introduce you to the service鈥檚 core features while we鈥檙e at it. In the platform interface, you can access Query Service features by selecting Queries in the left navigation. From the landing page, select Create Query and you鈥檒l be brought to the Query Editor. Using the Editor, you can write custom queries for your platform datasets using standard SQL. For example, writing a simple SELECT query, you can see I provide the name of a platform dataset as part of the FROM clause, indicating which dataset I want to query. This is called the table name of the dataset, which you can find by going to the Datasets tab and opening the details of the dataset in question. To run this query, I鈥檒l select the Play icon, and you can see that the results of the query are immediately output in the area below. By executing ad hoc queries like this, you can quickly explore and validate customer experience data. In addition to standard SQL syntax, there are also special 51黑料不打烊-defined functions that help you more flexibly access and organize experience data. Using these functions, you can group related events into sessions, leverage pathing contexts like the previous page view for a given event, analyze time gaps between specific event types, Query service also provides authentication credentials, letting you execute queries from external clients if preferred. Any platform-based application user can execute queries like this, provided they鈥檝e been granted Manage Queries permission from an administrator. At any given time, your organization鈥檚 users can execute a maximum of four queries concurrently. You can also use queries to write results back to another dataset for further actioning and analysis. By outputting query results to datasets, analysts and data engineers can clean, transform, and enrich customer experience data in addition to exploring and validating through ad hoc queries. Queries that write their results to datasets can also be scheduled and centrally managed as batch jobs. To use these queries, your organization must have previously purchased the Data Distiller add-on package for a platform-based application. With the Data Distiller add-on, the Queries overview screen is a little different. Designed to help you get the most of its features, you鈥檒l find handy links to documentation, a curated list of recommended accelerators, and inspiring use case examples. Plus, it highlights key metrics tailored specifically for Data Distiller, giving you quick insights at a glance. The Data Distiller batch queries count shows how many queries are running automatically or on schedule, giving you a clear picture of how much data transformation is being streamlined The Compute Hours metric tells you the total processing time used by all your queries, helping you keep track of your usage and make sure you鈥檙e staying within your licensing limits. And the Data Exploratory queries show how actively you鈥檙e working with your data, running ad hoc queries to validate results, explore data, or troubleshoot issues. Within the Query Editor interface, you鈥檒l see all datasets and tables in the selected database. You can expand each one to see related child tables, or quickly search to find the specific queries you need. Simply click on a table or field to insert it directly into the editor, making it easier and faster to build your queries. So that was a brief overview of Query Service and its core capabilities, including which capabilities are available to all users of platform-based applications versus those that are exclusive to the Data Distiller add-on package. We only scratch the surface when it comes to the many ways Query Service can be used, so we strongly encourage you to experiment with your own queries and to check out our other tutorials and technical documentation to learn more about different use cases and processes. Thanks for watching!