A kusto database has caching policy of 7 days and but when I check the caching policy of the particular table in that same database , it shows null. Does this mean that that table is hot data cache? Or does the child entities(tables) of the entity(database) inherit same caching policy?
The tables in the database inherit the caching policy of the database, unless the policy is explicitly overridden at the table level.
2.1m questions
2.1m answers
60 comments
57.0k users