mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-19 16:01:52 -05:00
Switching to a sequence means there's no need to track `last_txn` on the AS state table to generate new TXN IDs. This also means that there is no longer contention between the AS scheduler and AS handler on updates to the `application_services_state` table, which will prevent serialization errors during the complete AS txn transaction. |
||
|---|---|---|
| .. | ||
| common | ||
| main | ||
| state | ||
| __init__.py | ||
| README.md | ||
Synapse Database Schemas
This directory contains the schema files used to build Synapse databases. For more information, see https://matrix-org.github.io/synapse/develop/development/database_schema.html.