This is an automated email from the ASF dual-hosted git repository.

capistrant pushed a commit to branch 34.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/34.0.0 by this push:
     new 03676201af2 Docs: Change "Dart query profile" to "Dart engine" in 
sidebar. (#18374) (#18377)
03676201af2 is described below

commit 03676201af270ccfb5535f9747d63c2f0612c7ee
Author: Lucas Capistrant <[email protected]>
AuthorDate: Wed Aug 6 18:28:35 2025 -0500

    Docs: Change "Dart query profile" to "Dart engine" in sidebar. (#18374) 
(#18377)
    
    Generally in the API Dart is referred to as an "engine". This change
    aligns the docs with the API.
    
    Co-authored-by: Gian Merlino <[email protected]>
---
 docs/querying/dart.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/querying/dart.md b/docs/querying/dart.md
index bba87f6feba..b68158b5c3e 100644
--- a/docs/querying/dart.md
+++ b/docs/querying/dart.md
@@ -1,8 +1,8 @@
 ---
 id: dart
-title: "SQL queries using the Dart query profile"
-sidebar_label: "Dart query profile"
-description: The Dart query profile for the MSQ engine is an alternative to 
the native query engine that offers better parallelism and better performance 
for certain types of queries.
+title: "SQL queries using the Dart engine"
+sidebar_label: "Dart engine"
+description: The Dart engine, a profile of MSQ, is an alternative to the 
native query engine that offers better parallelism and better performance for 
certain types of queries.
 ---
 
 import Tabs from '@theme/Tabs';
@@ -34,7 +34,8 @@ Dart is experimental. Use it in situations where it fits your 
use case better th
 :::
 
 
-Dart is a profile of the MSQ engine that runs SELECT queries on Brokers and 
Historicals instead of on tasks. The Brokers act as controllers and the 
Historicals act as workers.
+Dart is a query engine that runs SELECT queries on Brokers and Historicals 
instead of on tasks.
+It is a profile of MSQ in which Brokers act as controllers and the Historicals 
act as workers.
 
 Use Dart as an alternative to the native query engine since it offers better 
parallelism, excelling at queries that involve:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to