File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
2629A table with a single row which is used to keep track of the next assignable sequence number.
Original file line number Diff line number Diff 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 `
2629A table with a single row which is used to keep track of the next assignable sequence number.
You can’t perform that action at this time.
0 commit comments