| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| admin | ||
| ai | ||
| assistant | ||
| auth | ||
| clinical-gap | ||
| facts | ||
| mcp | ||
| patient | ||
| persona | ||
| plan | ||
| plan-aggregate | ||
| realtime-coach | ||
| sync | ||
| weixin-aibot |
上次修复(a3cbc827)只短路了空 orgScope(admin/集团级),非 admin(品牌/诊所级) 用户第一次撞冷缓存仍全表扫。线上实测(379万行事务表)单次冷派生约 4.9s,JIT 编译占近 20%。三处改:①派生查询关 JIT(SET LOCAL,不影响连接池其它请求) ②耗时打日志(>1s warn)方便下次卡顿时对时间戳 ③每日增量同步跑完主动 forceRefresh 预热,把冷派生代价转给后台 cron,真实登录请求稳态下不再承担。 TTL 6h→24h(配合每日预热,兜底而非决定性)。
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| admin | Loading commit data... | |
| ai | Loading commit data... | |
| assistant | Loading commit data... | |
| auth | Loading commit data... | |
| clinical-gap | Loading commit data... | |
| facts | Loading commit data... | |
| mcp | Loading commit data... | |
| patient | Loading commit data... | |
| persona | Loading commit data... | |
| plan | Loading commit data... | |
| plan-aggregate | Loading commit data... | |
| realtime-coach | Loading commit data... | |
| sync | Loading commit data... | |
| weixin-aibot | Loading commit data... |