Skip to content

Commit 8a85bc4

Browse files
authored
Update GCP/AWS READMEs with new table info (#664)
1 parent 3877eb7 commit 8a85bc4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

storage/aws/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ noting that all tree derivations are therefore idempotent.
2020

2121
## Transactional storage
2222

23-
The transactional storage is implemented with Aurora MySQL, and uses a schema with 3 tables:
23+
The transactional storage is implemented with Aurora MySQL, and uses a schema with the following tables:
24+
25+
### `Tessera`
26+
This table is used to identify the current schema version.
2427

2528
### `SeqCoord`
2629
A table with a single row which is used to keep track of the next assignable sequence number.

storage/gcp/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ noting that all tree derivations are therefore idempotent.
2020

2121
## Transactional storage
2222

23-
The transactional storage is implemented with Cloud Spanner, and uses a schema with 3 tables:
23+
The transactional storage is implemented with Cloud Spanner, and uses a schema with the following tables:
24+
25+
### `Tessera`
26+
This table is used to identify the current schema version.
2427

2528
### `SeqCoord`
2629
A table with a single row which is used to keep track of the next assignable sequence number.

0 commit comments

Comments
 (0)