DataOperationalEnvironment scoped
Schema
Exported table values give each module the private shape and indexes it reads through.
Instances4Placed in the selected environment
Replica freshness9 / 129 of 12 copies current
Regions3Holding a copy of this environment
In flight2Runtime work running right now
What it guarantees
A schema is checked before the release is admitted. Every keyed instance of a module gets the same shape, and a migration preserves the data each independent store already holds.
- Declare typed tables with implicit identifiers
- Attach single and compound indexes the planner can use
- Prove a change is compatible before it reaches a running instance
Configured resources
What this capability is holding up in the environment in scope right now.
| Resource | Kind | State | Configuration |
|---|---|---|---|
| rounds | Table | Active | battles, indexed by creation time |
| holds | Table | Active | wallet, indexed by player and state |
| stock | Table | Active | inventory, indexed by warehouse |
Telemetry
Tables11Across three registered modules
Indexes17Visible to the planner
Migration stateCleanNothing incompatible is pending
Recent activity
- Schema comparedValidated, 6 minutes agoThe current release matches every active instance.
- Index adoption observedObserved, 21 minutes agoby_state_item served the newest hold query.