Keep the runtime boundary narrow
This guide moves one admin, portal, import, or reporting behavior at a time so the public site stays stable.
Admin runtime
Admin Runtime Backup Guide for moving ZartsAlgo admin, portal, connector, traffic, and reporting data toward prepared MySQL runtime at larger client volume.
Runtime contract
Use this page as a practical build note before connecting real customer records, provider data, or high-volume event streams.
This guide moves one admin, portal, import, or reporting behavior at a time so the public site stays stable.
Data engineering owns setup, verification, rollback notes, and the first client-facing explanation.
The main risk is mixing raw provider data, client-visible summaries, and high-volume event records into one unbounded runtime path.
Create one small read or import path, verify row counts, confirm no public page depends on it, and document rollback before expanding.
Target tables
event_api_requestsevent_lead_activityevent_notification_deliveriesevent_webhook_eventsexperiment_resultsexperiment_variantsexperimentsVerification checklist
Prepared query plan
Each screen should load a bounded set of records, with source labels and date ranges included wherever the result becomes client-facing proof.
Prepare a short SELECT or INSERT path for this behavior, bind parameters, limit result size, and log the outcome without storing secrets.
Prepare a short SELECT or INSERT path for this behavior, bind parameters, limit result size, and log the outcome without storing secrets.
Prepare a short SELECT or INSERT path for this behavior, bind parameters, limit result size, and log the outcome without storing secrets.