You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restructure query guides with improved organization and navigation (#2706)
* improve guides/query
* fix: remove broken links from DDL docs to query guides
Remove external links from DDL documentation to query guides to maintain independence between SQL reference and user guides sections. This fixes build failures caused by broken links after query guides restructuring.
Changes:
- Remove references to query-profile from EXPLAIN and monitoring docs
- Replace external links with inline examples in CREATE FUNCTION docs
- Update stored procedure references to use DDL documentation
- Remove guide links from aggregating index and dictionary functions
- Update UDF link paths to match new hierarchical structure
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* trigger fresh build
---------
Co-authored-by: Claude <[email protected]>
Copy file name to clipboardExpand all lines: docs/en/guides/00-products/01-dee/10-enterprise-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This page provides an updated list of available enterprise features. To access t
20
20
|[Ngram Index](/guides/performance/ngram-index)| Query Performance | Accelerate LIKE pattern matching queries with wildcard searches. |
21
21
|[Virtual Column](/sql/sql-commands/ddl/virtual-column)| Query Performance | Automatically accelerate JSON queries with zero-configuration performance optimization for VARIANT data. |
22
22
|[Dynamic Column](/sql/sql-commands/ddl/table/ddl-create-table#computed-columns)| Query Performance | Generate columns automatically from scalar expressions with stored or virtual calculation modes. |
23
-
|[Python UDF](/guides/query/udf#python-requires-databend-enterprise)| Advanced Analytics | Execute Python code within SQL queries using built-in handler. |
23
+
|[Python UDF](/guides/query/advanced/udf#python-requires-databend-enterprise)| Advanced Analytics | Execute Python code within SQL queries using built-in handler. |
24
24
|[ATTACH TABLE](/sql/sql-commands/ddl/table/attach-table)| Data Sharing | Create read-only links to existing table data with zero-copy access across environments. |
25
25
|[Stream](/sql/sql-commands/ddl/stream)| Change Data Capture | Track and capture table changes for incremental data processing. |
26
26
|[Vacuum Temp Files](/sql/sql-commands/administration-cmds/vacuum-temp-files)| Storage Management | Clean up temporary files (join, aggregate, sort spills) to free storage space. |
Copy file name to clipboardExpand all lines: docs/en/guides/20-cloud/20-manage/01-monitor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The **SQL History** tab displays a list of SQL statements that have been execute
27
27
Clicking a record on the **SQL History** page reveals detailed information on how Databend Cloud executed the SQL statement, providing access to the following tabs:
28
28
29
29
-**Query Details**: Includes Query State (success or failure), Rows Scanned, Warehouse, Bytes Scanned, Start Time, End Time, and Handler Type.
30
-
-**Query Profile**: Illustrates how the SQL statement was executed. For more information, see [Query Profile](/guides/query/query-profile).
30
+
-**Query Profile**: Illustrates how the SQL statement was executed.
0 commit comments