Placement Rules In SQL 和 Placement Rules 的区别?

dr auto sync 改写为in sql模式: 3 个 Voter 副本在主 AZ,2 个 Follower 副本和 1 个 Learner 副本在从 AZ,请专家看看是否可以支持

create placement policy test_policy LEADER_CONSTRAINTS=“[+az=primary]” FOLLOWER_CONSTRAINTS=“{+az=dr:2}” LEARNER_CONSTRAINTS=“{+az=dr:1}”

create database testdb placement policy=test_policy;