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
Copy file name to clipboardExpand all lines: docs/start/going-further.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,8 @@ Explore ready-to-run sample projects that demonstrate how to build real-world so
93
93
{ref}`Database management <administration>`
94
94
```
95
95
```{sd-item}
96
-
Learn to manage your cluster with ease: configuration, sizing, performance tuning, cost optimization, monitoring and alerting, automation and REST API.
96
+
Learn to manage your cluster with ease: configuration, sizing, performance tuning,
97
+
and cost optimization. Explore monitoring, alerting, and automation.
| Leverage indexes | Important for frequently grouped or filtered fields. <br> Fields are indexed by default. | {ref}`performance-optimization`|
11
-
| Avoid SELECT \*| Select only the fields you need. | {ref}`performance-optimization`|
12
-
| Use targeted filters | Narrow your search using `WHERE` clauses. <br> Use time filters especially on time-series or partitioned tables. | {ref}`crate-reference:sql_dql_where_clause` <br> {ref}`crate-reference:comparison-operators`|
13
-
| Pre-aggregate | Use views for common queries. | {ref}`crate-reference:ddl-views`|
14
-
| Use `DATE_BIN` or `DATE_TRUNC`| Apply time-based bucketing on time-series data to reduce data volume. |[Optimizing storage for historic time-series data] <br> [Resampling time-series data with DATE_BIN]|
15
-
| Profile queries | Use `EXPLAIN` and `ANALYZE` to inspect performance. | {ref}`EXPLAIN <crate-reference:ref-explain>` <br> {ref}`ANALYZE <crate-reference:analyze>`|
| Leverage indexes | Important for frequently grouped or filtered fields. <br> Fields are indexed by default. | {ref}`performance-optimization`|
11
+
| Avoid SELECT \*| Select only the fields you need. | {ref}`performance-optimization`|
12
+
| Use targeted filters | Narrow your search using `WHERE` clauses. <br> Use time filters especially on time-series or partitioned tables. | {ref}`crate-reference:sql_dql_where_clause` <br> {ref}`crate-reference:comparison-operators`|
13
+
| Pre-aggregate | Use views for common queries. | {ref}`crate-reference:ddl-views`|
14
+
| Use `DATE_BIN` or `DATE_TRUNC`| Apply time-based bucketing on time-series data to reduce data volume. |{ref}`DATE_BIN() <crate-reference:date-bin>` <br> {ref}`DATE_TRUNC() <crate-reference:scalar-date_trunc>` <br> [Optimizing storage for historic time-series data] <br> [Resampling time-series data with DATE_BIN]|
15
+
| Profile queries | Use `EXPLAIN` and `ANALYZE` to inspect performance. | {ref}`EXPLAIN <crate-reference:ref-explain>` <br> {ref}`ANALYZE <crate-reference:analyze>`|
0 commit comments