Skip to content

Commit 45055ab

Browse files
authored
Bullet nonsequential list items
1 parent e84144a commit 45055ab

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

data-explorer/kusto/management/query-acceleration-tsg.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,18 @@ By design, queries over accelerated external tables may return data that lags be
5252
5353
You can control the effective `MaxAge` in two ways:
5454
55-
1. Configure the `MaxAge` property in the query acceleration policy using the [`.alter query acceleration policy` command](alter-query-acceleration-policy-command.md).
56-
2. Override `MaxAge` per query by using the [`external_table()` operator's](../query/external-table-function.md) `MaxAgeOverride` parameter.
55+
- Configure the `MaxAge` property in the query acceleration policy using the [`.alter query acceleration policy` command](alter-query-acceleration-policy-command.md).
56+
- Override `MaxAge` per query by using the [`external_table()` operator's](../query/external-table-function.md) `MaxAgeOverride` parameter.
5757
5858
## Query isn't running fast enough
5959
6060
This is a performance issue: query is slower than expected, and acceleration doesn't appear to improve performance.
6161
6262
There are a few reasons why this could happen:
63-
1. The query acceleration catalog is unusable (out-of-date or never built) - see section [Check if catalog is unusable](#check-if-catalog-is-unusable)
64-
2. The query scans nonaccelerated data - see section [Check if query is over nonaccelerated data](#check-if-query-is-over-nonaccelerated-data)
65-
3. The query doesn't comply with KQL best practices - see [KQL best practices](../query/best-practices.md)
63+
64+
- The query acceleration catalog is unusable (out-of-date or never built) - see section [Check if catalog is unusable](#check-if-catalog-is-unusable)
65+
- The query scans nonaccelerated data - see section [Check if query is over nonaccelerated data](#check-if-query-is-over-nonaccelerated-data)
66+
- The query doesn't comply with KQL best practices - see [KQL best practices](../query/best-practices.md)
6667
6768
## Check if catalog is unusable
6869
@@ -175,8 +176,8 @@ The following section helps you understand why.
175176

176177
There are two main reasons why a query might read non-accelerated data:
177178

178-
1. The query-time filter isn't fully within the query acceleration hot period or hot windows.
179-
2. The data within the policy hot period isn't fully cached.
179+
- The query-time filter isn't fully within the query acceleration hot period or hot windows.
180+
- The data within the policy hot period isn't fully cached.
180181

181182
#### Query filter isn't fully within the hot period or hot windows
182183

0 commit comments

Comments
 (0)