yuqi1129 commented on code in PR #4935:
URL: https://github.com/apache/gravitino/pull/4935#discussion_r1774296293


##########
docs/trino-connector/trino-cascading-query.md:
##########
@@ -0,0 +1,162 @@
+---
+title: "Apache Gravitino connector Trino cascading query"
+slug: /trino-connector/trino-cascading-query
+keyword: gravitino connector trino
+license: "This software is licensed under the Apache License version 2."
+---
+
+# Background
+With the `Apache Gravitino Trino connector` and the `Gravitino Trino cascading 
connector`, you can implement cascading queries in Trino.
+These connectors allow you to treat other Trino clusters as data sources for 
the current Trino cluster,
+enabling queries across catalogs in different Trino clusters.
+
+This mechanism prioritizes executing queries in the Trino cluster located in 
the same region as the data,
+based on the data distribution in the catalogs. By doing so, it significantly 
reduces the amount of data
+transferred over the network, addressing the performance issues commonly found 
in traditional federated query engines
+where large volumes of data need to be transmitted across networks.
+
+# Deploying Trino
+
+## Deploying Trino
+
+To set up the Trino cascading query environment, you should first deploy at 
least two Trino environments.

Review Comment:
   @mchades Please also take a look. 



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

Reply via email to