Skip to content

Commit f9c4e3a

Browse files
Update alter-query-acceleration-policy-command.md
added note for overriding default caching
1 parent a2a676d commit f9c4e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-explorer/kusto/management/alter-query-acceleration-policy-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You must have at least [Database Admin](../access-control/role-based-access-cont
5151
| HotDateTimeColumn | `String` | | Optional. The name of a datetime column in the Delta table whose values will be used to determine hot-cache eligibility. When set, data files whose rows have values within the configured Hot period (and/or HotWindows) are selected for caching. |
5252
::: moniker-end
5353
> [!NOTE]
54-
> Query acceleration is applied to data within a specific time period, defined as `timespan`, starting from the `modificationTime` as stated for each file in the [delta log](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#add-file-and-remove-file).
54+
> Query acceleration is applied to data within a specific time period, based on the `modificationTime` as stated for each file in the [delta log](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#add-file-and-remove-file) by default. You can override the default behavior, by specifying _HotDateTimeColumn_ property in the policy.
5555
5656
### Example
5757

0 commit comments

Comments
 (0)