go-oversync

Performance

The current sync path is bundle-based. Performance tuning should focus on bundle capture, bundle replay, and snapshot rebuilds.

Server hotspots

The server storage layout keeps hot row-bearing tables compact: registered tables are represented by table_id, row keys by key_bytes, users by user_pk, and operations by op_code. Tune the runtime around those access paths rather than repeated wire-facing schema/table/key JSON strings.

Client hotspots

Guardrails