Skip to content

Commit 79d91f3

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent ce8e64e commit 79d91f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/design.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ ScalarDB manages various types of metadata in the underlying databases to provid
4444
| Cluster | `scalardb.users`, `scalardb.namespace_privileges`, `scalardb.table_privileges`, `scalardb.auth_tokens` | For [authentication and authorization](./scalardb-cluster/scalardb-auth-with-sql.mdx) | In one designated database specified to store the scalardb system namespace |
4545
| Cluster | `scalardb.encrypted_columns` | For [encryption at rest](./scalardb-cluster/encrypt-data-at-rest.mdx) | In one designated database specified to store the scalardb system namespace |
4646
| Cluster | `scalardb.abac_*` | For [attribute-based access control](./scalardb-cluster/authorize-with-abac.mdx) | In one designated database specified to store the scalardb system namespace |
47+
| Cluster | Remote replication-managed tables (`transaction_groups`) | For buffering write operations from the primary site in the [remote replication](./scalardb-cluster/remote-replication.mdx) | In the replication database |
48+
| Cluster | Remote replication-managed tables (suffixed with `__records`) | For managing the replication states of the backup site database tables in the [remote replication](./scalardb-cluster/remote-replication.mdx) | In the backup site database |
4749
| Analytics | All the tables managed by the catalog server | For [data catalog](./scalardb-analytics/design.mdx#universal-data-catalog) | In the catalog server database |
4850

4951
:::note

0 commit comments

Comments
 (0)