Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ ScalarDB manages various types of metadata in the underlying databases to provid
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| Analytics | All the tables managed by the catalog server | For [data catalog](./scalardb-analytics/design.mdx#universal-data-catalog) | In the catalog server database |

:::note
Expand Down