Skip to content

Commit 71e93aa

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent ba113f8 commit 71e93aa

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

versioned_docs/version-3.14/design.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ ScalarDB Analytics, which is licensed under a commercial license, is a component
3636

3737
ScalarDB manages various types of metadata in the underlying databases to provide its capabilities. The following table summarizes the metadata managed by each component.
3838

39-
| Component | Metadata tables | Purpose | Location |
40-
| --------- | -------- | --------- | --------- |
41-
| Core | `scalardb.metadata` | For database schema information | In all the databases under ScalarDB |
42-
| Core | `coordinator.state` | For transaction statuses | In one designated database specified to store the Coordinator table |
43-
| Core | Application-managed tables | For WAL information | In all the tables accessed by Consensus Commit |
44-
| 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 namespace |
45-
| Cluster | `scalardb.encrypted_columns` | For [encryption at rest](./scalardb-cluster/encrypt-data-at-rest.mdx) | In one designated database specified to store the scalardb namespace |
46-
| Analytics | All the tables managed by the catalog server | For [data catalog](./scalardb-analytics/design.mdx#universal-data-catalog) | In the catalog server database |
39+
| Component | Metadata tables | Purpose | Location |
40+
| --------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
41+
| Core | `scalardb.metadata` | For database schema information | In all the databases under ScalarDB |
42+
| Core | `coordinator.state` | For transaction statuses | In one designated database specified to store the Coordinator table |
43+
| Core | Application-managed tables | For WAL information | In all the tables accessed by Consensus Commit |
44+
| 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 |
45+
| 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 |
46+
| 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+
| Analytics | All the tables managed by the catalog server | For [data catalog](./scalardb-analytics/design.mdx#universal-data-catalog) | In the catalog server database |
4748

4849
:::note
4950

0 commit comments

Comments
 (0)