数据库缓存策略是否适用于 Azure 数据资源管理器/Kusto 数据库中的所有表?
Does database caching policy apply to all of the tables in the database in Azure Data Explorer/ Kusto?
kusto 数据库的缓存策略为 7 天,但是当我检查同一数据库中特定 table 的缓存策略时,它显示为空。这是否意味着 table 是热数据缓存?或者实体(数据库)的子实体(tables)是否继承相同的缓存策略?
数据库中的table继承了数据库的缓存策略,除非在table级别显式覆盖该策略。
plus - 如有疑问,您可以使用 .show tables details
查看数据库中 table 的 有效 缓存策略(聚合两个数据库级和 table 级政策,如果定义)
https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/show-table-details-command
kusto 数据库的缓存策略为 7 天,但是当我检查同一数据库中特定 table 的缓存策略时,它显示为空。这是否意味着 table 是热数据缓存?或者实体(数据库)的子实体(tables)是否继承相同的缓存策略?
数据库中的table继承了数据库的缓存策略,除非在table级别显式覆盖该策略。
plus - 如有疑问,您可以使用 .show tables details
查看数据库中 table 的 有效 缓存策略(聚合两个数据库级和 table 级政策,如果定义)
https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/show-table-details-command