Reputation: 3696
If we have a leader and a follower cluster , I know we can explicitly set a different caching policy for a follower database than the one on the leader. But what if I want to explicitly specify caching policy for a specific table in the follower database and not across the entire follower database? I have not found any command for doing something like that in the online documentation.
Basically the following command will do it across the entire follower database:-
.alter follower database MyDB caching-policies-modification-kind = union
I am looking for something like this (obviously this command is not valid):-
.alter follower table MyDB.MyTable caching-policies-modification-kind = union
Upvotes: 0
Views: 383