Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
307 views
in Technique[技术] by (71.8m points)

Does database caching policy apply to all of the tables in the database in Azure Data Explorer/ Kusto?

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?

question from:https://stackoverflow.com/questions/66054740/does-database-caching-policy-apply-to-all-of-the-tables-in-the-database-in-azure

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The tables in the database inherit the caching policy of the database, unless the policy is explicitly overridden at the table level.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...