Skip to content

Commit

Permalink
*: Add LEARNERS row to information_schema.placement_policies in d…
Browse files Browse the repository at this point in the history
…esign doc (#31700)

ref #18030
  • Loading branch information
lcwangchao committed Jan 17, 2022
1 parent b9956f6 commit 6db56bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/design/2020-06-24-placement-rules-in-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ A new system table `information_schema.placement_policies` is added to view all
| LEARNER_CONSTRAINTS | varchar(1024) | YES | | NULL | |
| SCHEDULE | varchar(20) | YES | | NULL | |
| FOLLOWERS | bigint(64) | YES | | NULL | |
| LEARNERS | bigint(64) | YES | | NULL | |
+----------------------+---------------+------+------+---------+-------+
```

Expand Down

0 comments on commit 6db56bb

Please sign in to comment.