Variable: REGION_VERSIONS_TABLE
Variable: REGION_VERSIONS_TABLE
Section titled “Variable: REGION_VERSIONS_TABLE”
constREGION_VERSIONS_TABLE:"_plasma_region_versions"="_plasma_region_versions"
Defined in: server/src/multi-region.ts:16
Region-local sequencer bookkeeping. The core primitive is
nextRegionVersion(executor, region) which advances the per-region
counter atomically and returns the freshly allocated version.
The counter is stored in _plasma_region_versions(region PK, next).
runMigrations creates it on first run — this module only exposes the
runtime accessors.